Skip to content

Commit f7af2b3

Browse files
author
arthosofteq
authored
Merge pull request #400 from RedisInsight/add-m1
add m1 builds
2 parents 1cb88e0 + ad89178 commit f7af2b3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

electron-builder.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,17 @@
1515
"artifactName": "${productName}.${ext}",
1616
"compression": "normal",
1717
"mac": {
18-
"target": ["dmg", "zip"],
18+
"artifactName": "${productName}-${os}-${arch}.${ext}",
19+
"target": [
20+
{
21+
"target": "dmg",
22+
"arch": ["x64", "arm64"]
23+
},
24+
{
25+
"target": "zip",
26+
"arch": ["x64", "arm64"]
27+
}
28+
],
1929
"type": "distribution",
2030
"hardenedRuntime": true,
2131
"darkModeSupport": true,
@@ -24,7 +34,6 @@
2434
"gatekeeperAssess": false
2535
},
2636
"dmg": {
27-
"artifactName": "${productName}-${os}-${arch}.${ext}",
2837
"contents": [
2938
{
3039
"x": 130,

0 commit comments

Comments
 (0)