Build config: Move back to one afterSign entry
This commit is contained in:
parent
dea5606736
commit
d965138a19
1 changed files with 3 additions and 4 deletions
|
@ -367,8 +367,7 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"bundleVersion": "1",
|
"bundleVersion": "1"
|
||||||
"afterSign": "ts/scripts/after-sign.js"
|
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"artifactName": "${name}-win-${version}.${ext}",
|
"artifactName": "${name}-win-${version}.${ext}",
|
||||||
|
@ -393,8 +392,7 @@
|
||||||
"signDlls": true,
|
"signDlls": true,
|
||||||
"target": [
|
"target": [
|
||||||
"nsis"
|
"nsis"
|
||||||
],
|
]
|
||||||
"afterSign": "ts/scripts/after-sign.js"
|
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"deleteAppDataOnUninstall": true,
|
"deleteAppDataOnUninstall": true,
|
||||||
|
@ -428,6 +426,7 @@
|
||||||
"signalcaptcha"
|
"signalcaptcha"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"afterSign": "ts/scripts/after-sign.js",
|
||||||
"afterPack": "ts/scripts/after-pack.js",
|
"afterPack": "ts/scripts/after-pack.js",
|
||||||
"afterAllArtifactBuild": "ts/scripts/after-all-artifact-build.js",
|
"afterAllArtifactBuild": "ts/scripts/after-all-artifact-build.js",
|
||||||
"asar": {
|
"asar": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue