1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-23 03:33:29 +00:00

Bump electron and related dependencies (#736)

This commit is contained in:
Oscar Hinton
2022-03-24 20:16:53 +01:00
committed by GitHub
parent bfdd3561da
commit 535decc3d9
3 changed files with 123 additions and 119 deletions

View File

@@ -107,6 +107,8 @@ export class UpdaterMain {
});
if (result.response === 0) {
// Quit and install have a different window logic, setting `isQuitting` just to be safe.
this.windowMain.isQuitting = true;
autoUpdater.quitAndInstall(false, true);
}
});