Skip to content
Snippets Groups Projects
Unverified Commit 16e887c9 authored by Michael Clark's avatar Michael Clark Committed by GitHub
Browse files

:electron: Build electron for Mac Universal arch (#3015)

parent 572033de
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,13 @@ ...@@ -38,7 +38,13 @@
"artifactName": "${productName}-mac.${ext}", "artifactName": "${productName}-mac.${ext}",
"notarize": { "notarize": {
"teamId": "79ANZ983YF" "teamId": "79ANZ983YF"
} },
"target": [
{
"target": "default",
"arch": ["universal"]
}
]
}, },
"linux": { "linux": {
"target": [ "target": [
......
---
category: Maintenance
authors: [MikesGlitch]
---
Improve Electron Mac build to target "Universal" for better performance on Apple Silicon
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment