From c709b690f3dad689364f717144de27fd20014dcd Mon Sep 17 00:00:00 2001 From: Vishwas Shashidhar Date: Thu, 31 Oct 2019 10:43:21 +0530 Subject: [PATCH] SDA-1557: unpack asar files locally (#796) --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index d57d34c6..8c69f2a4 100644 --- a/package.json +++ b/package.json @@ -29,11 +29,7 @@ "build": { "appId": "com.symphony.electron-desktop", "asar": true, - "asarUnpack": [ - "node_modules/@nornagon/cld/build/Release/cld.node", - "node_modules/@nornagon/spellchecker/build/Release/spellchecker.node", - "node_modules/keyboard-layout/build/Release/keyboard-layout-manager.node" - ], + "asarUnpack": "**/*.node", "files": [ "!coverage/*", "!installer/*",