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 ba8141d commit 94b39f5Copy full SHA for 94b39f5
.github/workflows/installer.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: build exe with pyinstaller
39
shell: bash
40
run: |
41
- 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
42
mv output/saenopy_run/gui_master output/saenopy_run/saenopy
43
chmod +x output/saenopy_run/saenopy
44
0 commit comments