Skip to content

Commit

Permalink
:electron: Build electron for Mac Universal arch (#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch authored Jul 13, 2024
1 parent 572033d commit 16e887c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/desktop-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@
"artifactName": "${productName}-mac.${ext}",
"notarize": {
"teamId": "79ANZ983YF"
}
},
"target": [
{
"target": "default",
"arch": ["universal"]
}
]
},
"linux": {
"target": [
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3015.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MikesGlitch]
---

Improve Electron Mac build to target "Universal" for better performance on Apple Silicon

0 comments on commit 16e887c

Please sign in to comment.