Skip to content

Commit

Permalink
Add scipy.io to pyinstaller in exe file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Dec 20, 2024
1 parent 94b39f5 commit c8a7aee
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 @@ -85,7 +85,7 @@ jobs:
- name: build exe with pyinstaller
shell: bash
run: |
poetry run pyinstaller --clean -y --dist output/saenopy_run --onefile --icon "saenopy/img/Icon.ico" --splash "saenopy/img/logo_splash.png" --add-data "saenopy/img;saenopy/img" saenopy/gui/gui_master.py
poetry run pyinstaller --hidden-import=scipy.io --clean -y --dist output/saenopy_run --onefile --icon "saenopy/img/Icon.ico" --splash "saenopy/img/logo_splash.png" --add-data "saenopy/img;saenopy/img" saenopy/gui/gui_master.py
mv output/saenopy_run/gui_master.exe output/saenopy_run/saenopy.exe
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c8a7aee

Please sign in to comment.