mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
CI: Trying to build macOS M1 version
This commit is contained in:
parent
a58d1d040c
commit
32043caabf
@ -78,10 +78,12 @@
|
||||
},
|
||||
"mac": {
|
||||
"icon": "../../Assets/macOs.icns",
|
||||
"artifactName": "${productName}-${version}.${ext}",
|
||||
"target": {
|
||||
"target": "dmg",
|
||||
"arch": "universal"
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
},
|
||||
"hardenedRuntime": true,
|
||||
"entitlements": "./build-mac/entitlements.mac.inherit.plist",
|
||||
|
Loading…
Reference in New Issue
Block a user