create dmg instead of zip

This commit is contained in:
dries.k
2022-07-21 16:13:37 +02:00
parent 88e9ac44e9
commit afbd2af15c
2 changed files with 11 additions and 6 deletions

View File

@@ -66,6 +66,13 @@ $ pyinstaller gotify-tray.spec
```
An executable is created at `dist/gotify-tray/`.
### Create a macos .app
```
$ pip install pyinstaller Pillow
$ pyinstaller gotify-tray-macos.spec
```
### Inno setup (Windows)
Create an installer for windows with inno setup from pyinstaller output: