mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Use python 3.9 for macOS, because of PyInstaller update, and make build_app.py executable
This commit is contained in:
parent
016de717cb
commit
d7e79385d2
2 changed files with 2 additions and 2 deletions
4
BUILD.md
4
BUILD.md
|
@ -46,10 +46,10 @@ Create a .rpm:
|
|||
|
||||
## 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:
|
||||
|
|
0
install/macos/build_app.py
Normal file → Executable file
0
install/macos/build_app.py
Normal file → Executable file
Loading…
Reference in a new issue