mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
Update appveyor.yml
This commit is contained in:
parent
7d1f1d2b10
commit
f2824e4efc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ environment:
|
|||
install:
|
||||
- cmd: >-
|
||||
"%PYTHON%\python.exe" -m pip install -r requirements
|
||||
"%PYTHON%\python.exe" -m pip install pypiwin32
|
||||
"%PYTHON%\python.exe" pip install pypiwin32
|
||||
"%PYTHON%\python.exe" -m pip install pyinstaller
|
||||
build_script:
|
||||
- cmd: '"%PYTHON%\Scripts\pyinstaller" --onefile av1an.py'
|
||||
|
|
Loading…
Reference in a new issue