We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ecb6b commit 51ae740Copy full SHA for 51ae740
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
python -m venv .venv &&
23
pipenv install --skip-lock &&
24
source .venv/bin/activate &&
25
- pyinstaller -F -n SwordDrill.app -i icon.ico SwordDrill.spec &&
+ pyinstaller SwordDrill.spec &&
26
cd dist/ &&
27
tar -czf SwordDrill-MacOS.tar.gz SwordDrill.app
28
0 commit comments