Fix casing issue on the windows update JS file
This commit is contained in:
parent
84a8c393a8
commit
d42e6b3c1f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ AutoUpdater.prototype.quitAndInstall = function () {
|
||||||
return app.quit()
|
return app.quit()
|
||||||
}
|
}
|
||||||
|
|
||||||
AutoUpdater.prototype.GetFeedURL = function () {
|
AutoUpdater.prototype.getFeedURL = function () {
|
||||||
return this.updateURL
|
return this.updateURL
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue