Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vapormusic committed Jul 30, 2022
2 parents f8bfe35 + a70563b commit aca8fe2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"build-binaries-electron:linux": "prebuild --platform linux --include-regex \"^.*\\.(node|dylib|lib|exp|dll|so(\\.[0-9])?)$\" -r electron -t 19.0.3 -t 18.3.3",
"build-binaries-electron:darwin": "prebuild --platform darwin --include-regex \"^.*\\.(node|dylib|lib|exp|dll|so(\\.[0-9])?)$\" -r electron -t 19.0.3 -t 18.3.3",
"build-binaries-electron2": "prebuild --platform darwin -a arm64 --include-regex \"^.*\\.(node|dylib|lib|exp|dll|so(\\.[0-9])?)$\" -r electron -t 19.0.3 -t 18.3.3",
"install": "prebuild-install --runtime=electron --target=19.0.2 || npm run rebuild",
"install": "run-script-os",
"install:win32": "prebuild-install --runtime=electron || npm run rebuild",
"install:linux:darwin": "prebuild-install --runtime=electron --target=18.3.3 || npm run rebuild",
"rebuild": "node-gyp configure build"
},
"licenses": [
Expand All @@ -44,7 +46,8 @@
"parse-raw-http": "0.0.1",
"prebuild-install": "^7.1.0",
"simple-plist": "^1.3.1",
"yargs": "^9.0.1"
"yargs": "^9.0.1",
"run-script-os": "^1.1.6"
},
"devDependencies": {
"optimist": "^0.6.1",
Expand Down

0 comments on commit aca8fe2

Please sign in to comment.