Install Python from python.org

Add a note in our release instructions to install Python from
python.org. This should fix some incompatibilities with older macOS
versions.

Refs #471
This commit is contained in:
Alex Pyrgiotis 2024-04-22 23:02:21 +03:00
parent 8c59589be1
commit a8e51c17d9
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -262,6 +262,7 @@ should point the user to the Qubes notifications in the top-right corner:
https://developer.apple.com and login with the proper Apple ID. https://developer.apple.com and login with the proper Apple ID.
#### Releasing and Signing #### Releasing and Signing
- [ ] Verify and install the latest supported Python version from [python.org](https://www.python.org/downloads/macos/)
- [ ] Verify and checkout the git tag for this release - [ ] Verify and checkout the git tag for this release
- [ ] Run `poetry install` - [ ] Run `poetry install`
- [ ] Run `poetry run ./install/macos/build-app.py`; this will make `dist/Dangerzone.app` - [ ] Run `poetry run ./install/macos/build-app.py`; this will make `dist/Dangerzone.app`