Skip to content

Commit

Permalink
Add prebuild electron arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Nov 1, 2020
1 parent d2ad0dc commit 010d66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build_script:
- yarn prebuild-node
- yarn prebuild-node-ia32
- yarn prebuild-electron
- yarn prebuild-electron-arm64
- yarn prebuild-electron-ia32
- if defined APPVEYOR_REPO_TAG_NAME (npm run upload)

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"prebuild-node": "prebuild -t 10.11.0 -t 11.9.0 -t 12.0.0 -t 14.8.0 --strip",
"prebuild-node-ia32": "prebuild -t 10.11.0 -t 11.9.0 -t 12.0.0 -t 14.8.0 -a ia32 --strip",
"prebuild-electron": "prebuild -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron --strip",
"prebuild-electron-arm64": "prebuild -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron -a arm64 --strip",
"prebuild-electron-ia32": "prebuild -t 7.0.0 -t 8.0.0 -t 9.0.0 -r electron -a ia32 --strip",
"upload": "node ./script/upload.js"
},
Expand Down

0 comments on commit 010d66e

Please sign in to comment.