Skip to content

Commit

Permalink
Use a specifc version of pyinstaller that isn't (incorrectly) marked …
Browse files Browse the repository at this point in the history
…as a virus
  • Loading branch information
csm10495 committed Sep 11, 2021
1 parent 9f53420 commit 4e4dbc4
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 @@ -3,7 +3,7 @@ artifacts:
name: Releases

build_script:
- cmd: C:/Python38/python -m pip install pyinstaller==3.4.*
- cmd: C:/Python38/python -m pip install pyinstaller==4.3.*
- cmd: C:/Python38/python -m pip install .
- cmd: C:/Python38/Scripts/pyinstaller.exe cappinstaller/__main__.py --onefile --uac-admin --noconsole -n gui

Expand Down

0 comments on commit 4e4dbc4

Please sign in to comment.