Skip to content

Commit c8a7aee

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

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
@@ -85,7 +85,7 @@ jobs:
8585
- name: build exe with pyinstaller
8686
shell: bash
8787
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
88+
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
8989
mv output/saenopy_run/gui_master.exe output/saenopy_run/saenopy.exe
9090
9191
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)