Update appveyor.yml

This commit is contained in:
Zen 2020-02-14 10:40:01 +02:00
parent f2824e4efc
commit cf66f2f099

View file

@ -3,12 +3,10 @@ image: Visual Studio 2019
environment:
PYTHON: C:\Python38-x64
install:
- cmd: >-
"%PYTHON%\python.exe" -m pip install -r requirements
"%PYTHON%\python.exe" pip install pypiwin32
"%PYTHON%\python.exe" -m pip install pyinstaller
- cmd: "%PYTHON%\python.exe" -m pip install numpy opencv-python tqdm scenedetect psutil pypiwin32
- cmd: "%PYTHON%\python.exe" -m pip install pyinstaller
build_script:
- cmd: '"%PYTHON%\Scripts\pyinstaller" --onefile av1an.py'
- cmd: '"%PYTHON%\Scripts\pyinstaller" -F av1an.py'
test: off
artifacts:
- path: dist/av1an.exe