Force updates to be silent (#739)
This commit is contained in:
parent
a825e86921
commit
81607e810e
|
@ -109,7 +109,7 @@ export class UpdaterMain {
|
||||||
if (result.response === 0) {
|
if (result.response === 0) {
|
||||||
// Quit and install have a different window logic, setting `isQuitting` just to be safe.
|
// Quit and install have a different window logic, setting `isQuitting` just to be safe.
|
||||||
this.windowMain.isQuitting = true;
|
this.windowMain.isQuitting = true;
|
||||||
autoUpdater.quitAndInstall(false, true);
|
autoUpdater.quitAndInstall(true, true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue