Skip to content

Commit

Permalink
Revert "SDA-4712 - Explicitly specify asarUnpack"
Browse files Browse the repository at this point in the history
This reverts commit 7356283.
  • Loading branch information
KiranNiranjan committed Dec 19, 2024
1 parent 7356283 commit cce3d80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cce3d80

Please sign in to comment.