v1.0.5-pre.2 - Further work on investigating mac issue.

Upgraded xcode image to v10.
Added proper handler for auto-update errors.
Upgraded dependencies.
This commit is contained in:
Daniel Scalzi
2018-11-01 17:37:05 -04:00
parent b7f03fa778
commit eb946d6a2a
4 changed files with 55 additions and 54 deletions

View File

@@ -33,7 +33,10 @@ function initAutoUpdater(event, data) {
})
autoUpdater.on('checking-for-update', () => {
event.sender.send('autoUpdateNotification', 'checking-for-update')
})
})
autoUpdater.on('error', () => {
event.sender.send('autoUpdateNotification', 'realerror', err)
})
}
// Open channel to listen for update actions.