зеркало из https://github.com/electron/electron.git
Fix casing issue on the windows update JS file
This commit is contained in:
Родитель
84a8c393a8
Коммит
d42e6b3c1f
|
@ -19,7 +19,7 @@ AutoUpdater.prototype.quitAndInstall = function () {
|
|||
return app.quit()
|
||||
}
|
||||
|
||||
AutoUpdater.prototype.GetFeedURL = function () {
|
||||
AutoUpdater.prototype.getFeedURL = function () {
|
||||
return this.updateURL
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче