We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516027d commit 4ec39c2Copy full SHA for 4ec39c2
build/index.sh
@@ -33,8 +33,8 @@ download 'https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.7z' win32
33
echo ' extracting'
34
tmpdir=$(mktemp -d)
35
7zr e -y -bd -o"$tmpdir" win32-x64.7z >/dev/null
36
-mv "$tmpdir/ffmpeg.exe" ../bin/win32-x64
37
-mv "$tmpdir/ffprobe.exe" ../bin/win32-x64
+mv "$tmpdir/ffmpeg.exe" ../bin/ffmpeg-win32-x64
+mv "$tmpdir/ffprobe.exe" ../bin/ffprobe-win32-x64
38
mv "$tmpdir/LICENSE" ../bin/win32-x64.LICENSE
39
mv "$tmpdir/README.txt" ../bin/win32-x64.README
40
0 commit comments