Fix casing issue on the windows update JS file

This commit is contained in:
Samuel Attard 2016-07-15 10:05:36 +12:00 committed by Samuel Attard
parent 84a8c393a8
commit d42e6b3c1f

View file

@ -19,7 +19,7 @@ AutoUpdater.prototype.quitAndInstall = function () {
return app.quit()
}
AutoUpdater.prototype.GetFeedURL = function () {
AutoUpdater.prototype.getFeedURL = function () {
return this.updateURL
}