Use python 3.9 for macOS, because of PyInstaller update, and make build_app.py executable

This commit is contained in:
Micah Lee 2020-12-28 15:27:35 -08:00
parent 016de717cb
commit d7e79385d2
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 2 additions and 2 deletions

View file

@ -46,10 +46,10 @@ Create a .rpm:
## macOS ## macOS
Install python@3.7 (PyInstaller doesn't support newer versions yet) and other dependencies from Homebrew: Install python@3.9 from Homebrew:
``` ```
brew install python@3.7 create-dmg graphicsmagick imagemagick brew install python@3.9 create-dmg graphicsmagick imagemagick
``` ```
If you don't have it already, install poetry (`pip3 install --user poetry`). Then install dependencies: If you don't have it already, install poetry (`pip3 install --user poetry`). Then install dependencies:

0
install/macos/build_app.py Normal file → Executable file
View file