Fix casing issue on the windows update JS file

This commit is contained in:
Samuel Attard 2016-07-15 10:05:36 +12:00 коммит произвёл Samuel Attard
Родитель 84a8c393a8
Коммит d42e6b3c1f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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