Disable asar packing on all platforms

Changelog-entry: Disable asar packing on all platforms
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-05-22 19:40:12 +02:00
parent b1fd539d25
commit 2692104ccd
2 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@
"productName": "balenaEtcher",
"nodeGypRebuild": true,
"afterPack": "./afterPack.js",
"asar": false,
"files": [
"generated",
"lib/shared/catalina-sudo/sudo-askpass.osascript.js"
],
"afterSign": "./afterSignHook.js",
"mac": {
"asar": false,
"category": "public.app-category.developer-tools",
"hardenedRuntime": true,
"entitlements": "entitlements.mac.plist",

View File

@ -5,11 +5,11 @@ npmRebuild: true
nodeGypRebuild: true
publish: null
afterPack: "./afterPack.js"
asar: false
files:
- generated
- lib/shared/catalina-sudo/sudo-askpass.osascript.js
mac:
asar: false
icon: assets/icon.icns
category: public.app-category.developer-tools
hardenedRuntime: true