We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f65e11 commit 0869a6cCopy full SHA for 0869a6c
.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Clean and build
52
run: |
53
rm -rf build/ dist/ __pycache__/ *.dmg
54
- #pyinstaller --windowed --name=pySPEC --icon=assets/icon.icns --add-data="assets:assets" main.pyw
+ pyinstaller --windowed --name=pySPEC --icon=assets/icon.icns --add-data="assets:assets" main.pyw
55
56
- name: Create and upload DMG
57
0 commit comments