mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-25 08:21:21 -06:00
SDA-4712 - Explicitly specify asarUnpack
This commit is contained in:
parent
af4bfcdd22
commit
735628339b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user