三国卡牌客户端基础资源仓库
hch
9 天以前 fcce9ab0e54e4580569ba4ed5be0f4e3ba4d37fa
Assets/Editor/Tool/AssetsVersionCmpMaker.cs
@@ -51,7 +51,7 @@
            lines.Add(StringUtility.Concat(relativePath, "\t", extersion, "\t", fileSize.ToString(), "\t", md5));
        }
        var assetVersionFile = StringUtility.Contact(Application.dataPath, "/Resources/AssetsVersionCmp.txt");
        var assetVersionFile = StringUtility.Concat(Application.dataPath, "/Resources/AssetsVersionCmp.txt");
        if (File.Exists(assetVersionFile))
        {
            File.Delete(assetVersionFile);