From cce3d8012898a4b824552dad84e1403a4abd32e3 Mon Sep 17 00:00:00 2001 From: Kiran Date: Thu, 19 Dec 2024 14:20:58 +0530 Subject: [PATCH] Revert "SDA-4712 - Explicitly specify asarUnpack" This reverts commit 735628339be234b04689ba76ea5d24588092ceb2. --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 5fe0e82e0..0c47ede1f 100644 --- a/package.json +++ b/package.json @@ -40,10 +40,7 @@ "compression": "maximum", "artifactName": "${productName}-${version}-${os}.${ext}", "asar": true, - "asarUnpack": [ - "**/*.node", - "node_modules/@symphony/symphony-c9-shell" - ], + "asarUnpack": "**/*.node", "afterPack": "scripts/afterPackHoock.js", "nsis": { "perMachine": false,