Skip to content

Commit 3255475

Browse files
committed
Add mergeASARs = false to the mac configuration
See docs at https://www.electron.build/configuration/mac#:~:text=mergeASARs%20%3D%20true,for%20%E2%80%9Cuniversal%E2%80%9D%20arch. and discussion at electron-userland/electron-builder#6735 Apparently, the option needs to be disabled at this time when building for universal Mac.
1 parent 300d7b6 commit 3255475

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

electron-builder.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"target": "zip",
2424
"arch": ["universal"]
2525
}
26-
]
26+
],
27+
"mergeASARs": false
2728
},
2829
"dmg": {
2930
"title": "Simplenote Installer",

0 commit comments

Comments
 (0)