Update autoUpdater api docs

The event `quitAndUpdate` event changed to `quitAndInstall`
This commit is contained in:
Michael J. Zoidl 2015-10-30 12:17:30 +01:00
parent 21a7c459d8
commit 95ef73ebc1

View file

@ -82,7 +82,7 @@ once it is set.
Asks the server whether there is an update. You must call `setFeedUrl` before Asks the server whether there is an update. You must call `setFeedUrl` before
using this API. using this API.
### `autoUpdater.quitAndUpdate()` ### `autoUpdater.quitAndInstall()`
Restarts the app and install the update after it has been downloaded. It should Restarts the app and install the update after it has been downloaded. It should
only be called after `update-downloaded` has been emitted. only be called after `update-downloaded` has been emitted.