Update updater.service.ts

This commit is contained in:
Eugene
2020-01-21 11:57:01 +01:00
committed by GitHub
parent 94e9e7d439
commit f17b7fb8ce

View File

@@ -38,6 +38,7 @@ export class UpdaterService {
this.autoUpdater.on('update-available', () => {
this.logger.info('Update available')
this.autoUpdater.downloadUpdate()
})
this.autoUpdater.once('update-not-available', () => {
this.logger.info('No updates')