Rename quitAndInstallUpdate to restartAndInstallUpdate

This commit is contained in:
Ben Ogle
2016-02-26 16:37:59 -08:00
parent 68951494d2
commit 7a1ad8263a

View File

@@ -33,7 +33,7 @@ export default class AutoUpdateManager {
ipcRenderer.send('check-for-update')
}
quitAndInstallUpdate () {
restartAndInstallUpdate () {
ipcRenderer.send('install-update')
}