mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 04:09:29 +01:00
mpdecimate improvements, fix custom out path, lwi caching, alpha tests (wip)
This commit is contained in:
@@ -141,6 +141,14 @@ namespace Flowframes
|
||||
{
|
||||
IoUtils.TryDeleteIfExists(installerTempDir);
|
||||
}
|
||||
|
||||
foreach (var cacheFile in IoUtils.GetFileInfosSorted(Paths.GetCachePath(), true))
|
||||
{
|
||||
if ((DateTime.Now - cacheFile.LastWriteTime).TotalDays > 3d)
|
||||
{
|
||||
IoUtils.TryDeleteIfExists(cacheFile.FullName);
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user