From 8e68aef7f991a7c7e1c1910198907bd1b782c1dd Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sat, 21 Jan 2023 15:39:15 +0100 Subject: [PATCH] improvements to package json --- gui/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gui/package.json b/gui/package.json index 528713de..d7a94ff7 100644 --- a/gui/package.json +++ b/gui/package.json @@ -77,7 +77,11 @@ "type": "link", "path": "/Applications" } - ] + ], + "hardenedRuntime": true, + "entitlements": "build/entitlements.plist", + "entitlementsInherit": "build/entitlements.plist", + "gatekeeperAssess": false }, "win": { "icon": "build/icon.png",