Skip to content

Commit

Permalink
remove splash for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Nov 28, 2024
1 parent f7236c7 commit ee1ed13
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 --dist output/saenopy_run --onefile --splash "saenopy/img/logo_splash.png" --add-data "saenopy/img:saenopy/img" saenopy/gui/gui_master.py
poetry run pyinstaller --clean -y --dist output/saenopy_run --onefile --add-data "saenopy/img:saenopy/img" saenopy/gui/gui_master.py
mv output/saenopy_run/gui_master output/saenopy_run/saenopy
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ee1ed13

Please sign in to comment.