提交 27dcebeb 编写于 作者: ks_chou's avatar ks_chou 提交者: tanghai

修复不能同时导出客户端配置表和服务端配置表的bug (#138)

上级 e28dae5d
......@@ -197,10 +197,10 @@ public class ExcelExporterEditor : EditorWindow
string oldMD5 = this.md5Info.Get(fileName);
string md5 = MD5Helper.FileMD5(filePath);
this.md5Info.Add(fileName, md5);
if (md5 == oldMD5)
{
continue;
}
// if (md5 == oldMD5)
// {
// continue;
// }
Export(filePath, exportDir);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册