mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
:electron: Build electron for Mac Universal arch (#3015)
This commit is contained in:
@@ -38,7 +38,13 @@
|
||||
"artifactName": "${productName}-mac.${ext}",
|
||||
"notarize": {
|
||||
"teamId": "79ANZ983YF"
|
||||
}
|
||||
},
|
||||
"target": [
|
||||
{
|
||||
"target": "default",
|
||||
"arch": ["universal"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
|
||||
6
upcoming-release-notes/3015.md
Normal file
6
upcoming-release-notes/3015.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MikesGlitch]
|
||||
---
|
||||
|
||||
Improve Electron Mac build to target "Universal" for better performance on Apple Silicon
|
||||
Reference in New Issue
Block a user