From 2692104ccd7493ae8596fc70ee0313bdf5f3ad37 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Fri, 22 May 2020 19:40:12 +0200 Subject: [PATCH] Disable asar packing on all platforms Changelog-entry: Disable asar packing on all platforms Change-type: patch --- .resinci.json | 2 +- electron-builder.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.resinci.json b/.resinci.json index 58cdc1e4..3623c90c 100644 --- a/.resinci.json +++ b/.resinci.json @@ -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", diff --git a/electron-builder.yml b/electron-builder.yml index f17f64f3..9c93153f 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -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