mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-11-12 23:32:42 -05:00
[CLI] Fix deleting of temp files
This commit is contained in:
@ -73,6 +73,7 @@ namespace AssetStudioCLI
|
||||
}
|
||||
finally
|
||||
{
|
||||
Studio.Clear();
|
||||
cliLogger.LogToFile(LoggerEvent.Verbose, "---Program ended---");
|
||||
}
|
||||
}
|
||||
|
||||
@ -1303,5 +1303,11 @@ namespace AssetStudioCLI
|
||||
"Nothing exported.";
|
||||
Logger.Default.Log(LoggerEvent.Info, status, ignoreLevel: true);
|
||||
}
|
||||
|
||||
public static void Clear()
|
||||
{
|
||||
assetsManager.Clear();
|
||||
assemblyLoader.Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user