Skip to content

Commit

Permalink
fix FreeBSD x64 binary download 馃挌
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jun 19, 2021
1 parent 6433f61 commit 709c0f1
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 @@ -90,5 +90,5 @@ curl -s -L 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/README.md'

echo 'freebsd x64'
echo ' downloading from github.com/Thefrank/ffmpeg-static-freebsd'
download 'https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v4.4/ffmpeg' ../bin/freebsd
chmod +x ../bin/freebsd
download 'https://github.com/Thefrank/ffmpeg-static-freebsd/releases/download/v4.4/ffmpeg' ../bin/freebsd-x64
chmod +x ../bin/freebsd-x64

0 comments on commit 709c0f1

Please sign in to comment.