mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 11:49:01 +08:00
chore(sign): stop terminating signing if it fails
This commit is contained in:
parent
9b2accb370
commit
8f46116e9a
@ -26,7 +26,6 @@ module.exports = function (sourcePath) {
|
||||
} catch (e) {
|
||||
console.error("[Sign] Got error while signing " + e.output.toString("utf-8"));
|
||||
printSigningErrorLogs(sourcePath);
|
||||
process.exit(2);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user