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 15, 2023
1 parent c23080d commit caa9e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ download 'https://evermeet.cx/ffmpeg/getrelease/ffprobe/zip' ffprobe-darwin-x64.
echo ' extracting'
unzip -o -d ../bin -j ffprobe-darwin-x64.zip ffprobe
mv ../bin/ffprobe ../bin/ffprobe-darwin-x64
curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/README.md' -o ../bin/darwin-x64.README
curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/LICENSE.md' -o ../bin/darwin-x64.LICENSE

echo 'darwin arm64'
Expand Down

0 comments on commit caa9e48

Please sign in to comment.