1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Add stuff to maybe get it to work on MacOS

This commit is contained in:
Roman 2021-09-01 22:46:44 +01:00
parent 1a703c4ecd
commit 886b6d1126

View File

@ -77,7 +77,15 @@
"icon": "../../Assets/macOs.icns",
"target": "dmg",
"hardenedRuntime": true,
"entitlements": "./build-mac/entitlements.mac.inherit.plist"
"entitlements": "./build-mac/entitlements.mac.inherit.plist",
"extendInfo": {
"CFBundleURLTypes": [
{
"CFBundleURLSchemes": ["joplin"],
"CFBundleTypeRole": "Editor"
}
]
}
},
"linux": {
"icon": "../../Assets/LinuxIcons",