fix(auto-update): mistakenly used remote.dialog

I forgot that the `AutoUpdateManager` is run from the main process
This commit is contained in:
mbilker 2016-03-18 22:55:08 -04:00
parent 38d9c41c0b
commit 6c36f54a60

View file

@ -125,7 +125,7 @@ class AutoUpdateManager
onUpdateNotAvailable: =>
autoUpdater.removeListener 'error', @onUpdateError
remote.dialog.showMessageBox
dialog.showMessageBox
type: 'info'
buttons: ['OK']
icon: @iconURL()