1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop: Resolves #6052: Build macOS app as Universal binary (#8423)

This commit is contained in:
Laurent Cozic 2023-07-06 21:58:22 +01:00 committed by GitHub
parent d5e583aba3
commit 2e7996152e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,11 @@
},
"mac": {
"icon": "../../Assets/macOs.icns",
"artifactName": "${productName}-${version}.${ext}",
"target": {
"target": "dmg",
"arch": "universal"
},
"hardenedRuntime": true,
"entitlements": "./build-mac/entitlements.mac.inherit.plist",
"extendInfo": {