Assets/Editor/Tool/AssetsVersionMaker.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Assets/Editor/Tool/AssetsVersionMaker.cs
@@ -21,6 +21,12 @@ { continue; } if (fileInfo.FullName.Contains("DS_Store") || fileInfo.FullName.Contains("ds_store")) { continue; } relativePath = FileExtersion.GetFileRelativePath(_path, fileInfo.FullName); extersion = fileInfo.Extension; fileSize = fileInfo.Length;