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
1 changed files with 1 additions and 1 deletions

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);
}
});