Add docs for getFeedURL

This commit is contained in:
Samuel Attard 2016-07-15 00:07:17 +12:00 committed by Samuel Attard
parent 51687e1bc9
commit b367c65bcd

View file

@ -100,6 +100,10 @@ The `autoUpdater` object has the following methods:
Sets the `url` and initialize the auto updater. Sets the `url` and initialize the auto updater.
### `autoUpdater.getFeedURL()`
Returns the current update feed URL.
### `autoUpdater.checkForUpdates()` ### `autoUpdater.checkForUpdates()`
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