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