Skip to content

Commit dda0a01

Browse files
author
谢英杰
committed
Update package.json
1 parent ebdbe80 commit dda0a01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
},
6060
"scripts": {
6161
"build": "node-gyp rebuild --target=22.3.13 --dist-url https://npm.taobao.org/mirrors/electron",
62+
"build:arm64": "node-gyp rebuild --target=22.3.13 -target_arch=arm64 --dist-url https://npm.taobao.org/mirrors/electron",
6263
"build:ia32": "node-gyp rebuild --target=22.3.13 -target_arch=ia32 --dist-url https://npm.taobao.org/mirrors/electron",
6364
"build:node": "node-gyp rebuild --target=16.17.1 --target_arch=x64",
6465
"build:x64": "node-gyp rebuild --target=22.3.13 -target_arch=x64 --dist-url https://npm.taobao.org/mirrors/electron",

0 commit comments

Comments
 (0)