1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

Force updates to be silent (#739)

This commit is contained in:
Oscar Hinton 2022-03-25 10:13:50 +01:00 committed by GitHub
parent a825e86921
commit 81607e810e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ 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);
autoUpdater.quitAndInstall(true, true);
}
});