config defaults tweaks

This commit is contained in:
Eugene Pankov
2021-12-19 17:56:50 +01:00
parent cfc9333c02
commit 5249a9076a
5 changed files with 2 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ export class ElectronUpdaterService extends UpdaterService {
}
this.autoUpdater = electron.remote.require('electron-updater').autoUpdater
this.autoUpdater.autoDownload = false
this.autoUpdater.autoDownload = true
this.autoUpdater.autoInstallOnAppQuit = false
this.autoUpdater.on('update-available', () => {