Skip to content

Commit 942d10f

Browse files
committed
updated README
1 parent b7575fe commit 942d10f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
# Cross Platform Python GUI
44

5-
This repo is a fork-ready base for new your cross-platform, python-based GUI application.
5+
This repo is a fork-ready base for your new cross-platform, python-based GUI application.
66

77
It includes the CI pipeline to automatically build self-contained executables for Linux (AppImage), Windows (exe), and MacOS (dmg).
88

9+
This project uses [kivy](https://kivy.org/), which also supports android and iOS--though building apps for these platforms hasn't been automated into GitHub Actions (yet). PRs Welcome! ;)
10+
911
# How to use this repo
1012

1113
1. Fork this repo
@@ -14,10 +16,6 @@ It includes the CI pipeline to automatically build self-contained executables fo
1416

1517
When you push git commits to github on master, github will automatically spin up containers in the cloud and build your application's executables for all target platforms.
1618

17-
# TODO
18-
19-
1. Finish CI workflow for building MacOS .dmg apps
20-
2119
# License
2220

2321
The contents of this repo are dual-licensed. All code is GPLv3 and all other content is CC-BY-SA.

0 commit comments

Comments
 (0)