mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
UpdateData
UpdateData
This commit is contained in:
@@ -98,7 +98,7 @@ namespace GameMain
|
||||
return;
|
||||
}
|
||||
|
||||
var checkVersionUrl = SettingsUtils.GetAppUpdateUrl();
|
||||
var checkVersionUrl = SettingsUtils.GetUpdateDataUrl();
|
||||
|
||||
UILoadMgr.Show(UIDefine.UILoadUpdate, string.Format(LoadText.Instance.Label_Load_Checking, _curTryCount));
|
||||
if (string.IsNullOrEmpty(checkVersionUrl))
|
||||
|
Reference in New Issue
Block a user