Skip to content

Commit

Permalink
fix download ffmpeg for appvoyer
Browse files Browse the repository at this point in the history
  • Loading branch information
b-vadym committed Jan 11, 2022
1 parent dc8d3a5 commit e17915f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ environment:
COMPOSER_NO_INTERACTION: 1
ANSICON: 121x90 (121x90) # Console colors

ffmpeg_download: https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.2-2021-02-27-essentials_build.zip
ffmpeg_download: https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.2-essentials_build.zip

matrix:
- PHP_VERSION: Latest_Version
Expand All @@ -29,7 +29,7 @@ install:
- ps: cinst php --params '""/InstallDir:C:\tools\php""' --ignore-checksums
- ps: Start-FileDownload $env:ffmpeg_download

- 7z x ffmpeg-4.3.2-2021-02-27-essentials_build.zip
- 7z x ffmpeg-4.3.2-essentials_build.zip
- PATH=%PATH%;%cd%\ffmpeg-4.3.2-2021-02-27-essentials_build\bin
- cd c:\tools\php
- copy php.ini-production php.ini /Y
Expand Down

0 comments on commit e17915f

Please sign in to comment.