Skip to content

能否添加windows_arm64的构建 #135

Answered by imsyy
ssln5014 asked this question in Q&A
Discussion options

You must be logged in to vote

可以自行修改 electron-builder.yml,我这就不改了,要不打包出来的文件太大了

win:
  # 构建类型
  target:
    - target: "nsis"
      arch:
        - "x64" # AMD64
    - target: "nsis"
      arch:
        - "ia32" # x86
    - target: "nsis"
      arch:
        - "arm64" # ARM64

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ssln5014
Comment options

Answer selected by imsyy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants