From 709c0f17ff46c8596c511d6709a36149ab48220e Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sat, 19 Jun 2021 12:39:11 +0200 Subject: [PATCH] =?UTF-8?q?fix=20FreeBSD=20x64=20binary=20download=20?= =?UTF-8?q?=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/index.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/index.sh b/build/index.sh index 781992a..3fb55b5 100755 --- a/build/index.sh +++ b/build/index.sh @@ -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