diff options
Diffstat (limited to 'electron/package.json')
| -rw-r--r-- | electron/package.json | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/electron/package.json b/electron/package.json index cc184dcf..35f857b1 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,7 +1,7 @@ { "name": "inkstitch-gui", "productName": "inkstitch-gui", - "version": "1.0.0", + "version": "11.99.11", "description": "Ink/Stitch GUI", "main": "./dist/electron/main.js", "scripts": { @@ -20,7 +20,14 @@ ], "linux": { "icon": "build/icons", - "target": "dir" + "target": [ + { + "target": "dir", + "arch": [ + "CPU_ARCH" + ] + } + ] }, "win": { "icon": "build/icons/win/inkstitch.ico", @@ -28,7 +35,18 @@ }, "mac": { "icon": "build/icons/mac/inkstitch.icns", - "target": "dir" + "target": [ + { + "target": "dir", + "arch": [ + "CPU_ARCH" + ] + } + ], + "hardenedRuntime": true, + "gatekeeperAssess": false, + "entitlements": "build/electron-entitlements.plist", + "entitlementsInherit": "build/electron-entitlements.plist" } }, "keywords": [], @@ -43,7 +61,7 @@ "@svgdotjs/svg.js": "^3.0.16", "@svgdotjs/svg.panzoom.js": "https://github.com/inkstitch/svg.panzoom.js", "axios": "^0.19.0", - "electron-compile": "^6.4.4", + "electron-compile": "^6.4.4", "lodash.throttle": "^4.1.1", "mousetrap": "^1.6.3", "query-string": "^6.8.2", @@ -77,7 +95,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", |
