Skip to content

Commit

Permalink
Update index.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
srubin committed Sep 16, 2023
1 parent 516027d commit 4ec39c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ download 'https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.7z' win32
echo ' extracting'
tmpdir=$(mktemp -d)
7zr e -y -bd -o"$tmpdir" win32-x64.7z >/dev/null
mv "$tmpdir/ffmpeg.exe" ../bin/win32-x64
mv "$tmpdir/ffprobe.exe" ../bin/win32-x64
mv "$tmpdir/ffmpeg.exe" ../bin/ffmpeg-win32-x64
mv "$tmpdir/ffprobe.exe" ../bin/ffprobe-win32-x64
mv "$tmpdir/LICENSE" ../bin/win32-x64.LICENSE
mv "$tmpdir/README.txt" ../bin/win32-x64.README

Expand Down

0 comments on commit 4ec39c2

Please sign in to comment.