summaryrefslogtreecommitdiff
path: root/electron
diff options
context:
space:
mode:
Diffstat (limited to 'electron')
-rw-r--r--electron/build/icons/mac/inkstitch.icnsbin40005 -> 203642 bytes
-rw-r--r--electron/package.json8
2 files changed, 6 insertions, 2 deletions
diff --git a/electron/build/icons/mac/inkstitch.icns b/electron/build/icons/mac/inkstitch.icns
index b5a05fbc..019d2c02 100644
--- a/electron/build/icons/mac/inkstitch.icns
+++ b/electron/build/icons/mac/inkstitch.icns
Binary files differ
diff --git a/electron/package.json b/electron/package.json
index cc184dcf..8d823192 100644
--- a/electron/package.json
+++ b/electron/package.json
@@ -28,7 +28,11 @@
},
"mac": {
"icon": "build/icons/mac/inkstitch.icns",
- "target": "dir"
+ "target": "dir",
+ "hardenedRuntime": true,
+ "gatekeeperAssess": false,
+ "entitlements": "build/electron-entitlements.plist",
+ "entitlementsInherit": "build/electron-entitlements.plist"
}
},
"keywords": [],
@@ -77,7 +81,7 @@
"devtron": "^1.4.0",
"easygettext": "^2.7.0",
"electron": "4.1.3",
- "electron-builder": "^20.39.0",
+ "electron-builder": "22.8.0",
"electron-debug": "^1.5.0",
"electron-devtools-installer": "^2.2.4",
"electron-prebuilt-compile": "4.0.0",