chore: don't extract native dependencies out of the asar (#1542)

Turns out add-ons are loaded just fine from the asar now.

See: https://github.com/electron-userland/electron-builder/issues/1723
Change-Type: patch
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2017-06-23 18:57:57 -04:00 committed by GitHub
parent 5297ddf68c
commit 840388e8c5

View File

@ -27,13 +27,6 @@
"assets/icon.png",
"node_modules/**/*"
],
"asar": {
"smartUnpack": false
},
"asarUnpack": [
"**/*.dll",
"**/*.node"
],
"mac": {
"icon": "assets/icon.icns",
"artifactName": "${productName}-${version}-darwin-${env.TARGET_ARCH}.${ext}",