Merge pull request #6486 from MarshallOfSound/master

Add a getFeedURL API for the autoUpdater
This commit is contained in:
Cheng Zhao 2016-07-15 10:02:05 +09:00 committed by GitHub
commit 5db758297f
8 changed files with 39 additions and 0 deletions

View file

@ -100,6 +100,10 @@ The `autoUpdater` object has the following methods:
Sets the `url` and initialize the auto updater.
### `autoUpdater.getFeedURL()`
Returns the current update feed URL.
### `autoUpdater.checkForUpdates()`
Asks the server whether there is an update. You must call `setFeedURL` before