This is still being worked on (as of January 26, 2022).
This is still being worked on (as of February 3, 2022).
# Windows
@ -34,8 +34,8 @@ This needs Python built with universal2 to produce a build with a working GUI. A
@@ -34,8 +34,8 @@ This needs Python built with universal2 to produce a build with a working GUI. A
Set up a venv, activate it, and install the requirements:
@ -49,11 +49,51 @@ Build the app:
@@ -49,11 +49,51 @@ Build the app:
pyinstaller standalone.spec
```
## Distributing for release
Mostly for my reference, but in case you want to try and reproduce a build. If you are not signing and notarizing the app (which requires giving Apple $99 for a yearly developer program membership), you can just build the dmg and ignore the rest.
## DMG only
```sh
./scripts/make-dmg-mac.sh
```
## Sign and notarize
Most of this was taken from this gist: https://gist.github.com/txoof/0636835d3cc65245c6288b2374799c43