diff --git a/.appveyor.yml b/.appveyor.yml index 73cc3f2..e0a860c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,7 +16,7 @@ environment: COMPOSER_NO_INTERACTION: 1 ANSICON: 121x90 (121x90) # Console colors - ffmpeg_download: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20191004-e6625ca-win64-static.zip + ffmpeg_download: https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-2020-10-01-essentials_build.zip matrix: - PHP_VERSION: Latest_Version @@ -29,8 +29,8 @@ install: - ps: cinst php --params '""/InstallDir:C:\tools\php""' --ignore-checksums - ps: Start-FileDownload $env:ffmpeg_download - - 7z x ffmpeg-20191004-e6625ca-win64-static.zip - - PATH=%PATH%;%cd%\ffmpeg-20191004-e6625ca-win64-static\bin + - 7z x ffmpeg-4.3.1-2020-10-01-essentials_build.zip + - PATH=%PATH%;%cd%\ffmpeg-4.3.1-2020-10-01-essentials_build\bin - cd c:\tools\php - copy php.ini-production php.ini /Y - echo date.timezone="UTC" >> php.ini