Skip to content

Commit

Permalink
test using --window option for MacOS .app
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Nov 29, 2024
1 parent 7071c79 commit b5de05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Build executable with PyInstaller
shell: bash
run: |
poetry run pyinstaller --clean -y --windowed --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
mv output/saenopy_run/dist/gui_master.app output/saenopy_run/saenopy_mac.app
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b5de05b

Please sign in to comment.