Add the getFeedURL API for macOS and Windows
This commit is contained in:
parent
ba887dbde7
commit
51687e1bc9
6 changed files with 22 additions and 0 deletions
|
@ -19,6 +19,10 @@ AutoUpdater.prototype.quitAndInstall = function () {
|
|||
return app.quit()
|
||||
}
|
||||
|
||||
AutoUpdater.prototype.GetFeedURL = function () {
|
||||
return this.updateURL;
|
||||
}
|
||||
|
||||
AutoUpdater.prototype.setFeedURL = function (updateURL, headers) {
|
||||
this.updateURL = updateURL
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue