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 94b39f5 commit c8a7aeeCopy full SHA for c8a7aee
.github/workflows/installer.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: build exe with pyinstaller
86
shell: bash
87
run: |
88
- 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
89
mv output/saenopy_run/gui_master.exe output/saenopy_run/saenopy.exe
90
91
- uses: actions/upload-artifact@v4
0 commit comments