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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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.*"