|
|
@@ -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);
|
|
|
}
|