Skip to content

Commit

Permalink
chore: don't extract native dependencies out of the asar
Browse files Browse the repository at this point in the history
Turns out add-ons are loaded just fine from the asar now.

See: electron-userland/electron-builder#1723
Change-Type: patch
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Jun 23, 2017
1 parent 4f4c606 commit 0246bf7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit 0246bf7

Please sign in to comment.