make sure script exits properly after it finishes signing build files
This commit is contained in:
parent
92efa2e49b
commit
bda2bdadf8
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ if (!fs.existsSync(downloadPath)) {
|
|||
function cleanUpAfterSigning() {
|
||||
fs.unlinkSync(fileToSign);
|
||||
deleteFolderRecursive(downloadPath);
|
||||
console.log('Good to go captain');
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
function signFile() {
|
||||
|
|
Loading…
Reference in a new issue