Skip to content

Commit c6daf86

Browse files
Creating pinned ffmpeg 6.x release
1 parent 1062381 commit c6daf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/index.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo ' downloading from gyan.dev'
3232
download 'https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-6.1.1-essentials_build.7z' win32-x64.7z
3333
echo ' extracting'
3434
tmpdir=$(mktemp -d)
35-
7zr e -y -bd -o"$tmpdir" win32-x64.7z >/dev/null
35+
7z e -y -bd -o"$tmpdir" win32-x64.7z >/dev/null
3636
mv "$tmpdir/ffmpeg.exe" ../bin/ffmpeg-win32-x64
3737
mv "$tmpdir/ffprobe.exe" ../bin/ffprobe-win32-x64
3838
mv "$tmpdir/LICENSE" ../bin/win32-x64.LICENSE

0 commit comments

Comments
 (0)