We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1062381 commit c6daf86Copy full SHA for c6daf86
build/index.sh
@@ -32,7 +32,7 @@ echo ' downloading from gyan.dev'
32
download 'https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-6.1.1-essentials_build.7z' win32-x64.7z
33
echo ' extracting'
34
tmpdir=$(mktemp -d)
35
-7zr e -y -bd -o"$tmpdir" win32-x64.7z >/dev/null
+7z e -y -bd -o"$tmpdir" win32-x64.7z >/dev/null
36
mv "$tmpdir/ffmpeg.exe" ../bin/ffmpeg-win32-x64
37
mv "$tmpdir/ffprobe.exe" ../bin/ffprobe-win32-x64
38
mv "$tmpdir/LICENSE" ../bin/win32-x64.LICENSE
0 commit comments