Skip to content

Commit

Permalink
SDA-4712 - Explicitly specify asarUnpack
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Dec 18, 2024
1 parent af4bfcd commit 7356283
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
"compression": "maximum",
"artifactName": "${productName}-${version}-${os}.${ext}",
"asar": true,
"asarUnpack": "**/*.node",
"asarUnpack": [
"**/*.node",
"node_modules/@symphony/symphony-c9-shell"
],
"afterPack": "scripts/afterPackHoock.js",
"nsis": {
"perMachine": false,
Expand Down

0 comments on commit 7356283

Please sign in to comment.