Skip to content

Commit

Permalink
Fix build args for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
csm10495 committed Sep 11, 2021
1 parent ca00a3a commit 85210ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ artifacts:
build_script:
- cmd: C:/Python38/python -m pip install pyinstaller
- cmd: C:/Python38/python -m pip install .
- cmd: C:/Python38/Scripts/pyinstaller.exe gui.py --onefile --uac-admin --noconsole
- cmd: C:/Python38/Scripts/pyinstaller.exe cappinstaller/__main__.py --onefile --uac-admin --noconsole -n gui

deploy:
provider: GitHub
Expand Down

0 comments on commit 85210ef

Please sign in to comment.