We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86c34f commit e58336cCopy full SHA for e58336c
.github/workflows/build-binaries.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python3 -m pip install --upgrade pip
29
- pip3 install pyinstaller==5.7 pillow
+ pip3 install pyinstaller pillow
30
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
31
brew install create-dmg
32
- name: Build .app with pyinstaller
0 commit comments