Ensure all native modules exist outside of asar
This commit is contained in:
parent
eb44e2fc6a
commit
4169c120fc
1 changed files with 2 additions and 0 deletions
|
@ -285,6 +285,7 @@
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"asarUnpack": [
|
"asarUnpack": [
|
||||||
|
"**/*.node",
|
||||||
"node_modules/spellchecker/vendor/hunspell_dictionaries",
|
"node_modules/spellchecker/vendor/hunspell_dictionaries",
|
||||||
"node_modules/sharp",
|
"node_modules/sharp",
|
||||||
"node_modules/zkgroup/libzkgroup.*"
|
"node_modules/zkgroup/libzkgroup.*"
|
||||||
|
@ -313,6 +314,7 @@
|
||||||
"StartupWMClass": "Signal"
|
"StartupWMClass": "Signal"
|
||||||
},
|
},
|
||||||
"asarUnpack": [
|
"asarUnpack": [
|
||||||
|
"**/*.node",
|
||||||
"node_modules/spellchecker/vendor/hunspell_dictionaries",
|
"node_modules/spellchecker/vendor/hunspell_dictionaries",
|
||||||
"node_modules/sharp",
|
"node_modules/sharp",
|
||||||
"node_modules/zkgroup/libzkgroup.*"
|
"node_modules/zkgroup/libzkgroup.*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue