Skip to content

Commit

Permalink
try 4.0 again
Browse files Browse the repository at this point in the history
  • Loading branch information
csm10495 committed Sep 11, 2021
1 parent 866a340 commit ed7b034
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: git clone https://github.com/pyinstaller/pyinstaller --recursive && cd pyinstaller && git checkout v4.0 && cd bootloader && C:/Python38/python waf all --target-arch=32bit && cd .. && C:/Python38/python -m pip install .
- cmd: git clone https://github.com/pyinstaller/pyinstaller --recursive && cd pyinstaller && git checkout v4.0 && cd bootloader && C:/Python38/python waf all --target-arch=32bit && cd .. && C:/Python38/python setup.py install && cd ..
- 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 ed7b034

Please sign in to comment.