From 627935bd98e03d3ca746bb70af42ed8823f3aa5e Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Tue, 25 Jun 2019 15:04:49 +0530 Subject: [PATCH] ELECTRON-1292 - Unpack node binding files (#693) --- installer/win/Symphony-x64.aip | 20 +++++++++++++++----- installer/win/Symphony-x86.aip | 20 +++++++++++++++----- package.json | 4 +++- 3 files changed, 33 insertions(+), 11 deletions(-) diff --git a/installer/win/Symphony-x64.aip b/installer/win/Symphony-x64.aip index e9b36a68..f19f40c5 100644 --- a/installer/win/Symphony-x64.aip +++ b/installer/win/Symphony-x64.aip @@ -71,10 +71,14 @@ + + + + @@ -83,6 +87,7 @@ + @@ -90,6 +95,7 @@ + @@ -153,7 +159,7 @@ - + @@ -161,19 +167,21 @@ + + - + @@ -238,7 +246,7 @@ - + @@ -262,7 +270,7 @@ - + @@ -277,6 +285,7 @@ + @@ -301,6 +310,7 @@ + @@ -318,7 +328,7 @@ - + diff --git a/installer/win/Symphony-x86.aip b/installer/win/Symphony-x86.aip index 07d5b580..42e46c6d 100644 --- a/installer/win/Symphony-x86.aip +++ b/installer/win/Symphony-x86.aip @@ -70,10 +70,14 @@ + + + + @@ -82,6 +86,7 @@ + @@ -89,6 +94,7 @@ + @@ -153,7 +159,7 @@ - + @@ -161,19 +167,21 @@ + + - + @@ -239,7 +247,7 @@ - + @@ -263,7 +271,7 @@ - + @@ -278,6 +286,7 @@ + @@ -302,6 +311,7 @@ + @@ -319,7 +329,7 @@ - + diff --git a/package.json b/package.json index fbc40f7a..228bf45c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,9 @@ }, "build": { "asarUnpack": [ - "node_modules/@nornagon/cld/build/Release/cld.node" + "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" ], "files": [ "!coverage/*",