1
0
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:
Laurent Cozic 2023-07-06 23:01:42 +01:00
parent a58d1d040c
commit 32043caabf

View File

@ -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",