diff --git a/CreamInstaller/Forms/InstallForm.cs b/CreamInstaller/Forms/InstallForm.cs index fd6d48f..caf8c0a 100644 --- a/CreamInstaller/Forms/InstallForm.cs +++ b/CreamInstaller/Forms/InstallForm.cs @@ -65,6 +65,7 @@ internal partial class InstallForm : CustomForm UpdateUser($"Repairing Paradox Launcher . . . ", InstallationLog.Operation); _ = await Repair(this, selection); } + UpdateUser($"Checking directories for {selection.Name} . . . ", InstallationLog.Operation); IEnumerable invalidDirectories = (await selection.RootDirectory.GetExecutables()) .Where(d => !selection.ExecutableDirectories.Any(s => d.path.Contains(s.directory))) .Select(d => Path.GetDirectoryName(d.path));