mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-03 16:12:50 +03:00
Update updater.service.ts
This commit is contained in:
parent
94e9e7d439
commit
f17b7fb8ce
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user