mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
desktop: fix unknown property 'notarize' error
This commit is contained in:
@@ -93,7 +93,10 @@
|
|||||||
"entitlements": "assets/entitlements.mac.plist",
|
"entitlements": "assets/entitlements.mac.plist",
|
||||||
"entitlementsInherit": "assets/entitlements.mac.plist",
|
"entitlementsInherit": "assets/entitlements.mac.plist",
|
||||||
"gatekeeperAssess": false,
|
"gatekeeperAssess": false,
|
||||||
"icon": "assets/icons/app.icns"
|
"icon": "assets/icons/app.icns",
|
||||||
|
"notarize": {
|
||||||
|
"teamId": "53CWBG3QUC"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"dmg": {
|
"dmg": {
|
||||||
"contents": [
|
"contents": [
|
||||||
@@ -109,19 +112,13 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "assets/icons/app.icns",
|
"icon": "assets/icons/app.icns",
|
||||||
"title": "Install Notesnook",
|
"title": "Install Notesnook"
|
||||||
"notarize": {
|
|
||||||
"teamId": "53CWBG3QUC"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"mas": {
|
"mas": {
|
||||||
"entitlements": "assets/entitlements.mas.plist",
|
"entitlements": "assets/entitlements.mas.plist",
|
||||||
"entitlementsInherit": "assets/entitlements.mas.inherit.plist",
|
"entitlementsInherit": "assets/entitlements.mas.inherit.plist",
|
||||||
"entitlementsLoginHelper": "assets/entitlements.mas.loginhelper.plist",
|
"entitlementsLoginHelper": "assets/entitlements.mas.loginhelper.plist",
|
||||||
"hardenedRuntime": true,
|
"hardenedRuntime": true
|
||||||
"notarize": {
|
|
||||||
"teamId": "53CWBG3QUC"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": [
|
"target": [
|
||||||
|
|||||||
Reference in New Issue
Block a user