fixed bugs

This commit is contained in:
Perfare
2019-04-18 12:31:16 +08:00
parent edb6256fc9
commit f76d3d8fcd
3 changed files with 21 additions and 10 deletions

View File

@ -538,6 +538,7 @@ namespace AssetStudioGUI
{
ThreadPool.QueueUserWorkItem(state =>
{
Progress.Reset();
Logger.Info($"Exporting {animator.Text}");
try
{
@ -546,6 +547,7 @@ namespace AssetStudioGUI
{
Process.Start(exportPath);
}
Progress.Report(1, 1);
Logger.Info($"Finished exporting {animator.Text}");
}
catch (Exception ex)