1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Add missing --ssl-no-revoke

This commit is contained in:
Elias Steurer 2020-10-02 16:29:12 +02:00
parent ecc9377064
commit bf087d7c7d

View File

@ -15,7 +15,7 @@ cd ..
cd .. cd ..
rem Donwload ffmpeg rem Donwload ffmpeg
curl.exe -L https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-2020-09-16-full_build.zip --output ffmpeg.zip curl.exe -L --ssl-no-revoke https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-2020-09-16-full_build.zip --output ffmpeg.zip
rem Extract ffmpeg. Needs Windows 10 build 17063 or higher! rem Extract ffmpeg. Needs Windows 10 build 17063 or higher!
rem We only need the content of the bin folder rem We only need the content of the bin folder