1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-24 20:19:10 +02:00

Compare commits

...

5 Commits

Author SHA1 Message Date
Laurent Cozic
1d63a62ed3 update 2023-07-06 21:57:12 +01:00
Laurent Cozic
e64fa7476f Merge branch 'dev' into macos_universal 2023-07-06 20:48:12 +01:00
Laurent Cozic
1216c2ac80 Merge branch 'dev' into macos_universal 2023-07-06 20:41:44 +01:00
Laurent Cozic
356aa4e216 update 2023-07-06 20:39:00 +01:00
Laurent Cozic
c99b664269 test 2023-07-06 20:08:31 +01:00

View File

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