Skip to content

Commit 42adcbc

Browse files
update ffmpeg link -> appveyor.yml
1 parent b59a978 commit 42adcbc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414
COMPOSER_NO_INTERACTION: 1
1515
ANSICON: 121x90 (121x90) # Console colors
1616

17-
ffmpeg_download: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190225-f948082-win64-static.zip
17+
ffmpeg_download: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20200124-e931119-win64-static.zip
1818

1919
matrix:
2020
- PYTHON: "C:\\Python37"
@@ -37,8 +37,8 @@ install:
3737
- pip install -r requirements.txt
3838
- ps: Start-FileDownload $env:ffmpeg_download
3939

40-
- 7z x ffmpeg-20190225-f948082-win64-static.zip
41-
- PATH=%PATH%;%cd%\ffmpeg-20190225-f948082-win64-static\bin
40+
- 7z x ffmpeg-20200124-e931119-win64-static.zip
41+
- PATH=%PATH%;%cd%\ffmpeg-20200124-e931119-win64-static\bin
4242

4343
test_script:
4444
- cd c:\projects\project-code

0 commit comments

Comments
 (0)