|
@@ -336,15 +336,13 @@ namespace GFGEditor
|
|
|
{
|
|
|
try
|
|
|
{
|
|
|
- ImportArtResTool.ResRootDirNameDressUp = "Config-demo1";
|
|
|
- CommitWhenRelease = false;
|
|
|
- UpdateAndImportExcel();
|
|
|
+ ExcelConfig.excelsRootDirNameDressUp = "Config-demo1";
|
|
|
+ ImportExcel();
|
|
|
}
|
|
|
catch (Exception e)
|
|
|
{
|
|
|
Log.Error(e.ToString());
|
|
|
ExcelConfig.excelsRootDirNameDressUp = "Config";
|
|
|
- CommitWhenRelease = true;
|
|
|
}
|
|
|
}
|
|
|
|