Skip to content

Commit

Permalink
Add mergeASARs = false to the mac configuration
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mokagio committed Jul 19, 2024
1 parent 300d7b6 commit 3255475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"target": "zip",
"arch": ["universal"]
}
]
],
"mergeASARs": false
},
"dmg": {
"title": "Simplenote Installer",
Expand Down

0 comments on commit 3255475

Please sign in to comment.