Skip to content

Commit

Permalink
--hidden-import=PyQt6
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavjd authored Nov 17, 2024
1 parent 1961d0f commit de38da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# 5. Build the executable with PyInstaller
- name: Build executable with PyInstaller
run: |
poetry run pyinstaller --onefile --name pid-sim src/gui/main.py --collect-all PyQt6
poetry run pyinstaller src/gui/main.py --onefile --name pid-sim.exe --collect-all PyQt6 --hidden-import=PyQt6 --clean --debug=all
# 6. Verify the build (optional)
- name: Verify executable
Expand Down

0 comments on commit de38da8

Please sign in to comment.