三国卡牌客户端基础资源仓库
hch
2025-12-09 d1d7a6dcbd4bd0d689d0d379d2d887d01b0beacb
Assets/Editor/Tool/AssetsVersionCmpMaker.cs
@@ -48,7 +48,7 @@
            fileSize = fileInfo.Length;
            md5 = FileExtersion.GetMD5HashFromFile(fileInfo.FullName);
            lines.Add(StringUtility.Contact(relativePath, "\t", extersion, "\t", fileSize, "\t", md5));
            lines.Add(StringUtility.Concat(relativePath, "\t", extersion, "\t", fileSize.ToString(), "\t", md5));
        }
        var assetVersionFile = StringUtility.Contact(Application.dataPath, "/Resources/AssetsVersionCmp.txt");