Enable silent auto update

system_proxy_support
aandrew-me 4 weeks ago
parent dac75049d1
commit 243f78eb50

@ -473,7 +473,10 @@ function registerAutoUpdaterEvents() {
dialogOpts
);
if (response === 0) {
autoUpdater.quitAndInstall();
autoUpdater.quitAndInstall(true, true);
} else {
// TODO: Consider if its worth enabling
// autoUpdater.autoInstallOnAppQuit = true;
}
});

Loading…
Cancel
Save