Skip to content

Commit 3fb0072

Browse files
More build script fixes
1 parent d32fade commit 3fb0072

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build/index.sh

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ unzip -o -d ../bin -j ffmpeg-darwin-arm64.zip ffmpeg
8888
unzip -o -d ../bin -j ffprobe-darwin-arm64.zip ffprobe
8989
mv ../bin/ffmpeg ../bin/ffmpeg-darwin-arm64
9090
mv ../bin/ffprobe ../bin/ffprobe-darwin-arm64
91+
chmod +x ../bin/ffmpeg-darwin-arm64 ../bin/ffprobe-darwin-arm64
9192
curl -fsSL 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/n6.1:/LICENSE.md' -o ../bin/darwin-arm64.LICENSE
9293
curl -fsSL 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/n6.1:/README.md' -o ../bin/darwin-arm64.README
9394

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ffmpeg-ffprobe-static",
3-
"version": "7.1.0-rc.1",
3+
"version": "6.1.2-rc.1",
44
"description": "ffmpeg and ffprobe static binaries for Mac OSX, Linux, and Windows",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)