Skip to content

Commit c483d7b

Browse files
committed
[dist] Update ffmpeg 7.1 -> 8.0
1 parent 08d333f commit c483d7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ environment:
2020
secure: of3o1pInqCJYwKLFsiadbsRYazCmCuZq7r2roaYvYXmBvm6e6JHsRU47waylTmhm
2121
ai_license_salt:
2222
secure: +NKWwlkEptlThgfeL35pLo7EsnkJc+4WODm8tTg1aO5fc0duQ4r100fHQYj6nzhyUdy3Dhs/mOLkxD8rNbBiEQ==
23+
ffmpeg_version: "8.0"
2324

2425
# SignPath Config for Code Signing
2526
deploy:
@@ -41,7 +42,7 @@ install:
4142
- python -m pip install --upgrade -r dist/requirements_windows.txt --no-binary imageio-ffmpeg
4243
# Checkout build resources and third party software used for testing.
4344
- git checkout refs/remotes/origin/resources -- dist/
44-
- appveyor DownloadFile https://github.com/GyanD/codexffmpeg/releases/download/7.1/ffmpeg-7.1-full_build.7z
45+
- appveyor DownloadFile https://github.com/GyanD/codexffmpeg/releases/download/%ffmpeg_version%/ffmpeg-%ffmpeg_version%-full_build.7z
4546
- 7z e ffmpeg-7.1-full_build.7z -odist/ffmpeg ffmpeg.exe LICENSE -r
4647
- 'SET IMAGEIO_FFMPEG_EXE=%APPVEYOR_BUILD_FOLDER%\\dist\\ffmpeg\\ffmpeg.exe'
4748

@@ -72,7 +73,7 @@ install:
7273
- appveyor-tools\secure-file -decrypt license65.dat.enc -secret %ai_license_secret% -salt %ai_license_salt%
7374
- appveyor DownloadFile https://www.advancedinstaller.com/downloads/advinst.msi
7475
- msiexec /i advinst.msi /qn
75-
- 'SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 22.5\\bin\\x86'
76+
- 'SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 22.9.1\\bin\\x86'
7677
# License path must be absolute
7778
- AdvancedInstaller.com /RegisterOffline "%cd%\license65.dat"
7879
# Create MSI installer

0 commit comments

Comments
 (0)