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:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user