We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c85533d + f38c95b commit 60f5e92Copy full SHA for 60f5e92
1 file changed
electron-builder.yml
@@ -24,8 +24,12 @@ nsis:
24
createDesktopShortcut: always
25
mac:
26
target:
27
- - dmg
28
- - zip
+ - target: dmg
+ - target: zip
29
+ arch:
30
+ - x64
31
+ - arm64
32
+ artifactName: ${name}-${arch}-mac.${ext}
33
entitlements: build/entitlements.mac.plist
34
entitlementsInherit: build/entitlements.mac.plist
35
extendInfo:
@@ -45,8 +49,6 @@ dmg:
45
49
y: 240
46
50
type: link
47
51
path: /Applications
48
-zip:
- artifactName: ${name}-${arch}-mac.${ext}
52
linux:
53
54
- AppImage
0 commit comments