Skip to content

Commit

Permalink
Update pyinstaller.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glowinthedark authored Nov 23, 2024
1 parent 8284ff6 commit f498008
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ jobs:
--collect-submodules PyQt6 \
--argv-emulation \
--hidden-import __future__ \
--name ${{ env.APPNAME }} \ \
--name ${{ env.APPNAME }} \
--distpath ${{ env.DIST_DIR }} \
--workpath build.pyinstaller \
pylaunchd_gui.py
- name: Upload Artifacts
Expand Down

0 comments on commit f498008

Please sign in to comment.