Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/meichthys/sword_drill into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
meichthys committed Apr 17, 2021
2 parents 00a2bba + 51ae740 commit 7434cb2
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 7434cb2

Please sign in to comment.