From cedbd5db8d88d740c3fbafabb7990d6b260f70ba Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 18 May 2017 15:46:47 -0700 Subject: [PATCH] Unpack hunspell dictionaries on windows and linux // FREEBIE --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 26d378e047c0..884814daccac 100644 --- a/package.json +++ b/package.json @@ -74,6 +74,7 @@ "bundleVersion": "1" }, "win": { + "asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries", "artifactName": "${productName}-Setup_${version}.${ext}", "icon": "build/icons/win/icon.ico", "publish": { @@ -89,6 +90,7 @@ ] }, "linux": { + "asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries", "target": [ "deb", "zip"