Update electron-builder.json

This commit is contained in:
jliddev
2022-04-13 08:18:02 -05:00
parent 33af629d33
commit 3270109948

View File

@@ -41,7 +41,7 @@
},
"linux": {
"icon": "electron-build/icon.icns",
"target": ["AppImage"]
"target": ["AppImage"],
"asarUnpack": ["build/Release/addon.node"]
}
}