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

This commit is contained in:
Michael Clark
2024-07-13 22:03:57 +01:00
committed by GitHub
parent 572033debe
commit 16e887c917
2 changed files with 13 additions and 1 deletions

View File

@@ -38,7 +38,13 @@
"artifactName": "${productName}-mac.${ext}",
"notarize": {
"teamId": "79ANZ983YF"
}
},
"target": [
{
"target": "default",
"arch": ["universal"]
}
]
},
"linux": {
"target": [

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MikesGlitch]
---
Improve Electron Mac build to target "Universal" for better performance on Apple Silicon