Skip to content

Commit

Permalink
добавил все возможные hidden-import
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavjd authored Nov 17, 2024
1 parent f94f748 commit 8f5d220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
# 5. Build the executable with PyInstaller
- name: Build executable with PyInstaller
run: |
poetry run pyinstaller src/gui/main.py --onefile --name pid-sim.exe --collect-all PyQt6 --hidden-import=PyQt6 --clean --debug=all
pyinstaller src/gui/main.py --onefile --name pid-sim.exe --collect-all PyQt6 --hidden-import=PyQt6.QtCore --hidden-import=PyQt6.QtWidgets --hidden-import=PyQt6.QtGui --clean
# 6. Verify the build (optional)
- name: Verify executable
Expand Down

0 comments on commit 8f5d220

Please sign in to comment.