From 840388e8c56f250e22a4ca0cfef46fd031d26ab4 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 23 Jun 2017 18:57:57 -0400 Subject: [PATCH] chore: don't extract native dependencies out of the asar (#1542) Turns out add-ons are loaded just fine from the asar now. See: https://github.com/electron-userland/electron-builder/issues/1723 Change-Type: patch Signed-off-by: Juan Cruz Viotti --- package.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/package.json b/package.json index 59cdafa5..c6f01850 100644 --- a/package.json +++ b/package.json @@ -27,13 +27,6 @@ "assets/icon.png", "node_modules/**/*" ], - "asar": { - "smartUnpack": false - }, - "asarUnpack": [ - "**/*.dll", - "**/*.node" - ], "mac": { "icon": "assets/icon.icns", "artifactName": "${productName}-${version}-darwin-${env.TARGET_ARCH}.${ext}",