SDA-4712 - Explicitly specify asarUnpack

This commit is contained in:
Kiran Niranjan 2024-12-18 12:22:58 +05:30 committed by Kiran
parent af4bfcdd22
commit 735628339b
No known key found for this signature in database
GPG Key ID: 2C474571490ED50E

View File

@ -40,7 +40,10 @@
"compression": "maximum", "compression": "maximum",
"artifactName": "${productName}-${version}-${os}.${ext}", "artifactName": "${productName}-${version}-${os}.${ext}",
"asar": true, "asar": true,
"asarUnpack": "**/*.node", "asarUnpack": [
"**/*.node",
"node_modules/@symphony/symphony-c9-shell"
],
"afterPack": "scripts/afterPackHoock.js", "afterPack": "scripts/afterPackHoock.js",
"nsis": { "nsis": {
"perMachine": false, "perMachine": false,