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"
|
||||
},
|
||||
"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"
|
||||
|
|
Loading…
Reference in a new issue