diff --git a/Source/LibationFileManager/InteropFactory.cs b/Source/LibationFileManager/InteropFactory.cs index 397b5cf0..84af0996 100644 --- a/Source/LibationFileManager/InteropFactory.cs +++ b/Source/LibationFileManager/InteropFactory.cs @@ -66,7 +66,7 @@ namespace LibationFileManager { var here = Path.GetDirectoryName(Environment.ProcessPath); - // find '*ConfigApp.exe' files + // find '*ConfigApp.dll' files var appName = Directory.EnumerateFiles(here, $"*{CONFIG_APP_ENDING}", SearchOption.TopDirectoryOnly) // sanity check. shouldn't ever be true