Skip to content

Commit

Permalink
More build script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-descript committed Oct 29, 2024
1 parent d32fade commit 3fb0072
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build/index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ unzip -o -d ../bin -j ffmpeg-darwin-arm64.zip ffmpeg
unzip -o -d ../bin -j ffprobe-darwin-arm64.zip ffprobe
mv ../bin/ffmpeg ../bin/ffmpeg-darwin-arm64
mv ../bin/ffprobe ../bin/ffprobe-darwin-arm64
chmod +x ../bin/ffmpeg-darwin-arm64 ../bin/ffprobe-darwin-arm64
curl -fsSL 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/n6.1:/LICENSE.md' -o ../bin/darwin-arm64.LICENSE
curl -fsSL 'https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/n6.1:/README.md' -o ../bin/darwin-arm64.README

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffmpeg-ffprobe-static",
"version": "7.1.0-rc.1",
"version": "6.1.2-rc.1",
"description": "ffmpeg and ffprobe static binaries for Mac OSX, Linux, and Windows",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 3fb0072

Please sign in to comment.