#publish fix a bug

main
xian18 3 years ago
parent c500b5ba71
commit f3636bccda

@ -405,7 +405,7 @@ var SF_Plugins = SF_Plugins || {};
Scene_AutoUpdate.prototype.fetchRemoteFileInfo = function () {
var success = (function () {
this._remoteFileInfo = JsonEx.parse(UpdateUtils.readTextFile(SF_AutoUpdate.remoteFileInfoName));
this._remoteFileInfo = JsonEx.parse(FileUtils.readTextFile(SF_AutoUpdate.remoteFileInfoName));
this._status = "completed";
this._nextJob = "compare file info";
}).bind(this);

Loading…
Cancel
Save