Skip to content

Commit

Permalink
Updated package.json - update mac build targets to universal architec…
Browse files Browse the repository at this point in the history
…ture to support x86_64 and arm64
  • Loading branch information
esserhr authored Jun 4, 2024
1 parent 238be82 commit 8edd7b6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,17 @@
},
"mac": {
"target": [
"dmg",
"zip"
{
"target": "dmg",
"arch": [
"universal"
]
},{
"target": "zip",
"arch": [
"universal"
]
}
],
"icon": "src/assets/icons/mac/icon.icns",
"hardenedRuntime": true,
Expand Down

0 comments on commit 8edd7b6

Please sign in to comment.