diff --git a/appveyor.yml b/appveyor.yml index 35a5715..49ac204 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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