We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae57e5a commit 2d82427Copy full SHA for 2d82427
.appveyor.yml
@@ -29,8 +29,8 @@ install:
29
- ps: cinst php --params '""/InstallDir:C:\tools\php""' --ignore-checksums
30
- ps: Start-FileDownload $env:ffmpeg_download
31
32
- - 7z x ffmpeg-20190725-923d5c4-win64-static.zip
33
- - PATH=%PATH%;%cd%\ffmpeg-20190725-923d5c4-win64-static\bin
+ - 7z x ffmpeg-4.2.1-win64-static.zip
+ - PATH=%PATH%;%cd%\ffmpeg-4.2.1-win64-static\bin
34
- cd c:\tools\php
35
- copy php.ini-production php.ini /Y
36
- echo date.timezone="UTC" >> php.ini
0 commit comments