Skip to content

Commit

Permalink
Fix pyinstaller launcher script
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 21, 2025
1 parent 297dd57 commit 8ca6d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Create launcher script
# we can't use the setuptools shim (.exe) on Windows
run: |
echo "from ccompass.CCMPS import main" > launcher.py
echo "from ccompass.__main__ import main" > launcher.py
echo "main()" >> launcher.py
- name: Build with PyInstaller
Expand Down

0 comments on commit 8ca6d96

Please sign in to comment.