1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-24 11:02:47 +03:00

don't auto-update on quit

This commit is contained in:
Eugene Pankov 2021-11-15 21:44:02 +01:00
parent 14098177e4
commit 0e3b486e22
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

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