Skip to content

Commit 2d82427

Browse files
bug fixes
1 parent ae57e5a commit 2d82427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ install:
2929
- ps: cinst php --params '""/InstallDir:C:\tools\php""' --ignore-checksums
3030
- ps: Start-FileDownload $env:ffmpeg_download
3131

32-
- 7z x ffmpeg-20190725-923d5c4-win64-static.zip
33-
- PATH=%PATH%;%cd%\ffmpeg-20190725-923d5c4-win64-static\bin
32+
- 7z x ffmpeg-4.2.1-win64-static.zip
33+
- PATH=%PATH%;%cd%\ffmpeg-4.2.1-win64-static\bin
3434
- cd c:\tools\php
3535
- copy php.ini-production php.ini /Y
3636
- echo date.timezone="UTC" >> php.ini

0 commit comments

Comments
 (0)