Ensure all native modules exist outside of asar

This commit is contained in:
Josh Perez
2020-08-12 21:30:47 -04:00
committed by GitHub
parent eb44e2fc6a
commit 4169c120fc

View File

@@ -285,6 +285,7 @@
},
"win": {
"asarUnpack": [
"**/*.node",
"node_modules/spellchecker/vendor/hunspell_dictionaries",
"node_modules/sharp",
"node_modules/zkgroup/libzkgroup.*"
@@ -313,6 +314,7 @@
"StartupWMClass": "Signal"
},
"asarUnpack": [
"**/*.node",
"node_modules/spellchecker/vendor/hunspell_dictionaries",
"node_modules/sharp",
"node_modules/zkgroup/libzkgroup.*"