Updated electron-builder, electron-updater.

This commit is contained in:
Daniel Scalzi
2018-11-09 01:03:28 -05:00
parent ee2a4a9319
commit e6b9728fe5
4 changed files with 89 additions and 340 deletions

View File

@@ -34,7 +34,7 @@ function initAutoUpdater(event, data) {
autoUpdater.on('checking-for-update', () => {
event.sender.send('autoUpdateNotification', 'checking-for-update')
})
autoUpdater.on('error', () => {
autoUpdater.on('error', (err) => {
event.sender.send('autoUpdateNotification', 'realerror', err)
})
}