@@ -14,7 +14,7 @@ skip_non_tags: true
1414
1515environment :
1616 matrix :
17- - PYTHON : " C:\\ Python39 -x64"
17+ - PYTHON : " C:\\ Python313 -x64"
1818 # Encrypted AdvancedInstaller License
1919 ai_license_secret :
2020 secure : MOkULlGPSi0C1Hg2PU1h2SZg/eyQnPQhRJ1XFlavfMKMOoX9hY4pSjpdgW3psSau
@@ -34,13 +34,14 @@ install:
3434 - echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3535 - ' SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%'
3636 - python --version
37- - python -m pip install --upgrade pip
37+ - python -m pip install --upgrade pip build wheel virtualenv setuptools
3838 - python -m pip install -r docs/requirements.txt
39- - python -m pip install --upgrade -r dist/requirements_windows.txt
39+ - python -m pip install --upgrade -r dist/requirements_windows.txt --no-binary imageio-ffmpeg
4040 # Checkout build resources and third party software used for testing.
4141 - git checkout refs/remotes/origin/resources -- dist/
42- - appveyor DownloadFile https://github.com/GyanD/codexffmpeg/releases/download/6.0/ffmpeg-6.0-full_build.7z
43- - 7z e ffmpeg-6.0-full_build.7z -odist/ffmpeg ffmpeg.exe LICENSE -r
42+ - appveyor DownloadFile https://github.com/GyanD/codexffmpeg/releases/download/7.1/ffmpeg-7.1-full_build.7z
43+ - 7z e ffmpeg-7.1-full_build.7z -odist/ffmpeg ffmpeg.exe LICENSE -r
44+ - ' SET IMAGEIO_FFMPEG_EXE=%APPVEYOR_BUILD_FOLDER%\\dist\\ffmpeg\\ffmpeg.exe'
4445
4546 - echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
4647 - echo * * BUILDING WINDOWS EXE * *
@@ -54,7 +55,7 @@ install:
5455 - move dist\windows\README* dist\scenedetect\
5556 - move dist\windows\LICENSE* dist\scenedetect\thirdparty\
5657 - move scenedetect\_thirdparty\LICENSE* dist\scenedetect\thirdparty\
57- - move dist\ffmpeg\ffmpeg.exe dist\scenedetect\
58+ - copy dist\ffmpeg\ffmpeg.exe dist\scenedetect\
5859 - move dist\ffmpeg\LICENSE dist\scenedetect\thirdparty\LICENSE-FFMPEG
5960 - cd dist/scenedetect
6061 - 7z a ../scenedetect-win64.zip *
@@ -69,7 +70,7 @@ install:
6970 - appveyor-tools\secure-file -decrypt license65.dat.enc -secret %ai_license_secret% -salt %ai_license_salt%
7071 - appveyor DownloadFile https://www.advancedinstaller.com/downloads/advinst.msi
7172 - msiexec /i advinst.msi /qn
72- - ' SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 21.8.1 \\bin\\x86'
73+ - ' SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 22.2 \\bin\\x86'
7374 # License path must be absolute
7475 - AdvancedInstaller.com /RegisterOffline "%cd%\license65.dat"
7576 # Create MSI installer
0 commit comments