From a769e2aaa80821710ed19bc02135fa51b7f28b9f Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 22 Apr 2024 23:02:21 +0300 Subject: [PATCH] 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 --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index bc33eeaf3..0e8b7a7bc 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -276,6 +276,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. #### 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 - [ ] Run `poetry install` - [ ] Run `poetry run ./install/macos/build-app.py`; this will make `dist/Dangerzone.app`