From 7da7e7a086a71e2e36614ce9c244512f92594f44 Mon Sep 17 00:00:00 2001 From: Amin Date: Sun, 25 Oct 2020 18:20:44 +0330 Subject: [PATCH] fix appveyor ffmpeg download --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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