pull/136/head
Andrew 3 years ago
parent 1069f0ef38
commit 22a4dc65d2

@ -54,6 +54,7 @@ jobs:
run: |
Invoke-WebRequest -Uri "https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-n6.0-latest-win64-gpl-6.0.zip" -OutFile ffmpeg.zip
Expand-Archive -Path ".\ffmpeg.zip" -DestinationPath ".\ffmpeg"
pwd
cp .\ffmpeg\bin\ffmpeg.exe .\ffmpeg.exe
Remove-Item -Recurse -Force ffmpeg
Remove-Item -Force ffmpeg.zip

Loading…
Cancel
Save