Skip to content

Commit 51ae740

Browse files
authored
Update main.yml
1 parent 17ecb6b commit 51ae740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python -m venv .venv &&
2323
pipenv install --skip-lock &&
2424
source .venv/bin/activate &&
25-
pyinstaller -F -n SwordDrill.app -i icon.ico SwordDrill.spec &&
25+
pyinstaller SwordDrill.spec &&
2626
cd dist/ &&
2727
tar -czf SwordDrill-MacOS.tar.gz SwordDrill.app
2828

0 commit comments

Comments
 (0)