diff --git a/electron/src/updater.main.ts b/electron/src/updater.main.ts index c610549408..881208f8d3 100644 --- a/electron/src/updater.main.ts +++ b/electron/src/updater.main.ts @@ -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); } });