From 168e039cef99df9f0ee91d8ef975c2e7f2a9fb95 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 05 十一月 2025 17:47:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/ClientVersion/VersionUtility.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Main/System/ClientVersion/VersionUtility.cs b/Main/System/ClientVersion/VersionUtility.cs
index 42ad9f4..610a55d 100644
--- a/Main/System/ClientVersion/VersionUtility.cs
+++ b/Main/System/ClientVersion/VersionUtility.cs
@@ -20,7 +20,7 @@
public string androidRoot { get { return string.Empty;/*StringUtility.Contact(SDKUtils.Instance.DeviceRootPath, "/", VersionConfig.Get().bundleIdentifier);*/ } }
- public DownloadTask downloadTask;
+ public DownloadHotTask downloadTask;
private string versionUrl;
public float progress
{
@@ -199,11 +199,11 @@
var remoteURL = GetApkRemoteUrl();
var apkLocalUrl = GetApkLocalUrl();
- downloadTask = new DownloadTask(remoteURL, apkLocalUrl);
+ downloadTask = new DownloadHotTask(remoteURL, apkLocalUrl);
downloadTask.BeginDownload(OnDownLoadApkCompleted);
}
- private void OnDownLoadApkCompleted(DownloadTask task)
+ private void OnDownLoadApkCompleted(DownloadHotTask task)
{
if (task.IsDone)
{
--
Gitblit v1.8.0