Skip to content

Commit

Permalink
updating tags
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-descript committed Dec 15, 2023
1 parent 39115d6 commit 9607b47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const {execSync} = require('child_process');

if (!process.env.PREBUILD) {
execSync('npx prebuild-install --runtime napi');
execSync('npx prebuild-install --target 4 --runtime napi');
}
2 changes: 1 addition & 1 deletion 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": "beamcoder-prebuild",
"version": "0.7.1-rc.1",
"version": "0.7.1-rc.2",
"description": "Node.js native bindings to FFmpeg.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 9607b47

Please sign in to comment.