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 33c08d9 commit 143a2a4Copy full SHA for 143a2a4
.github/workflows/installer.yml
@@ -127,9 +127,9 @@ jobs:
127
- name: Build executable with PyInstaller
128
shell: bash
129
run: |
130
- poetry run pyinstaller --clean -y --windowed output/saenopy_run --add-data "saenopy/img:saenopy/img" saenopy/gui/gui_master.py
+ poetry run pyinstaller --clean -y --dist output/saenopy_run --windowed --add-data "saenopy/img:saenopy/img" saenopy/gui/gui_master.py
131
mv output/saenopy_run/gui_master output/saenopy_run/saenopy_mac.app
132
-
+
133
- uses: actions/upload-artifact@v4
134
with:
135
name: saenopy_mac
0 commit comments