mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
获取AB的Md5
获取AB的Md5
This commit is contained in:
@@ -17,7 +17,7 @@ namespace TEngine
|
||||
public const string BuildPath = "Build";
|
||||
public const string AssetBundleBuildPath = BuildPath + "/AssetBundles";
|
||||
private const string AssetBundleTargetPath = "{0}/AssetBundles";
|
||||
public const string Md5CheckList = "Md5CheckList.json";
|
||||
public const string Md5List = "Md5List.json";
|
||||
/// <summary>
|
||||
/// 资源更新读取根目录
|
||||
/// </summary>
|
||||
@@ -203,7 +203,7 @@ namespace TEngine
|
||||
{
|
||||
public string fileName;
|
||||
public string md5;
|
||||
public string fileSize;
|
||||
public long fileSize;
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
Reference in New Issue
Block a user