Skip to content

Commit 4ec39c2

Browse files
committed
Update index.sh
1 parent 516027d commit 4ec39c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build/index.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ download 'https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.7z' win32
3333
echo ' extracting'
3434
tmpdir=$(mktemp -d)
3535
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
36+
mv "$tmpdir/ffmpeg.exe" ../bin/ffmpeg-win32-x64
37+
mv "$tmpdir/ffprobe.exe" ../bin/ffprobe-win32-x64
3838
mv "$tmpdir/LICENSE" ../bin/win32-x64.LICENSE
3939
mv "$tmpdir/README.txt" ../bin/win32-x64.README
4040

0 commit comments

Comments
 (0)