mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Merge pull request #3278 from michaelzoidl/patch-1
Update autoUpdater api docs
This commit is contained in:
@@ -82,7 +82,7 @@ once it is set.
|
||||
Asks the server whether there is an update. You must call `setFeedUrl` before
|
||||
using this API.
|
||||
|
||||
### `autoUpdater.quitAndUpdate()`
|
||||
### `autoUpdater.quitAndInstall()`
|
||||
|
||||
Restarts the app and install the update after it has been downloaded. It should
|
||||
only be called after `update-downloaded` has been emitted.
|
||||
|
||||
Reference in New Issue
Block a user