Unpack hunspell dictionaries on windows and linux
// FREEBIE
This commit is contained in:
parent
33a82cc8e8
commit
cedbd5db8d
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
||||||
"bundleVersion": "1"
|
"bundleVersion": "1"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
|
"asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries",
|
||||||
"artifactName": "${productName}-Setup_${version}.${ext}",
|
"artifactName": "${productName}-Setup_${version}.${ext}",
|
||||||
"icon": "build/icons/win/icon.ico",
|
"icon": "build/icons/win/icon.ico",
|
||||||
"publish": {
|
"publish": {
|
||||||
|
@ -89,6 +90,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
|
"asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries",
|
||||||
"target": [
|
"target": [
|
||||||
"deb",
|
"deb",
|
||||||
"zip"
|
"zip"
|
||||||
|
|
Loading…
Reference in a new issue