Skip to content

Commit 9086b5f

Browse files
author
Artem
committed
add m1 builds
1 parent 1cb88e0 commit 9086b5f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

electron-builder.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@
1515
"artifactName": "${productName}.${ext}",
1616
"compression": "normal",
1717
"mac": {
18-
"target": ["dmg", "zip"],
18+
"target": [
19+
{
20+
"target": "dmg",
21+
"arch": ["x64", "arm64"]
22+
},
23+
{
24+
"target": "zip",
25+
"arch": ["x64", "arm64"]
26+
}
27+
],
1928
"type": "distribution",
2029
"hardenedRuntime": true,
2130
"darkModeSupport": true,

0 commit comments

Comments
 (0)