Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meichthys authored Apr 17, 2021
1 parent 17ecb6b commit 51ae740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python -m venv .venv &&
pipenv install --skip-lock &&
source .venv/bin/activate &&
pyinstaller -F -n SwordDrill.app -i icon.ico SwordDrill.spec &&
pyinstaller SwordDrill.spec &&
cd dist/ &&
tar -czf SwordDrill-MacOS.tar.gz SwordDrill.app

Expand Down

0 comments on commit 51ae740

Please sign in to comment.