Skip to content

Commit

Permalink
Merge pull request #6840 from ORNL-AMO/issue-6835
Browse files Browse the repository at this point in the history
Update mac build targets to universal architecture to support x86_64 and arm64
  • Loading branch information
nbintertech authored Jun 4, 2024
2 parents 71456c4 + 8edd7b6 commit f022935
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 f022935

Please sign in to comment.