Skip to content

Commit 94b39f5

Browse files
committed
Add scipy.io to pyinstaller in exe file
1 parent ba8141d commit 94b39f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: build exe with pyinstaller
3939
shell: bash
4040
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
41+
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
4242
mv output/saenopy_run/gui_master output/saenopy_run/saenopy
4343
chmod +x output/saenopy_run/saenopy
4444

0 commit comments

Comments
 (0)