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:
5
index.js
5
index.js
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user