mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-07-28 14:47:04 -07:00
Cleanup Cream-Steam.log
- Ensure we cleanup Cream-Steam.log
This commit is contained in:
@@ -151,6 +151,15 @@ internal static event Action<string> OnLogError;
|
||||
{
|
||||
// ignored
|
||||
}
|
||||
try
|
||||
{
|
||||
if (File.Exists(SteamLogPath))
|
||||
File.Delete(SteamLogPath);
|
||||
}
|
||||
catch
|
||||
{
|
||||
// ignored
|
||||
}
|
||||
}
|
||||
|
||||
internal static async Task Setup(Form form = null)
|
||||
|
||||
Reference in New Issue
Block a user