mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-18 16:56:32 +00:00
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:
parent
5297ddf68c
commit
840388e8c5
@ -27,13 +27,6 @@
|
|||||||
"assets/icon.png",
|
"assets/icon.png",
|
||||||
"node_modules/**/*"
|
"node_modules/**/*"
|
||||||
],
|
],
|
||||||
"asar": {
|
|
||||||
"smartUnpack": false
|
|
||||||
},
|
|
||||||
"asarUnpack": [
|
|
||||||
"**/*.dll",
|
|
||||||
"**/*.node"
|
|
||||||
],
|
|
||||||
"mac": {
|
"mac": {
|
||||||
"icon": "assets/icon.icns",
|
"icon": "assets/icon.icns",
|
||||||
"artifactName": "${productName}-${version}-darwin-${env.TARGET_ARCH}.${ext}",
|
"artifactName": "${productName}-${version}-darwin-${env.TARGET_ARCH}.${ext}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user