-
使用 |
Beta Was this translation helpful? Give feedback.
Answered by
AriJing
Jan 26, 2024
Replies: 1 comment
-
package.json中修改: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AriJing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
package.json中修改:
"scripts":{
……
"build:winx64": "npm run build && electron-builder --win --x64",
"build:winarm64": "npm run build && electron-builder --win --arm64",
……
}