Fix comment
This commit is contained in:
parent
9dd5940c8c
commit
6d2624d52b
@ -66,7 +66,7 @@ namespace LibationFileManager
|
|||||||
{
|
{
|
||||||
var here = Path.GetDirectoryName(Environment.ProcessPath);
|
var here = Path.GetDirectoryName(Environment.ProcessPath);
|
||||||
|
|
||||||
// find '*ConfigApp.exe' files
|
// find '*ConfigApp.dll' files
|
||||||
var appName =
|
var appName =
|
||||||
Directory.EnumerateFiles(here, $"*{CONFIG_APP_ENDING}", SearchOption.TopDirectoryOnly)
|
Directory.EnumerateFiles(here, $"*{CONFIG_APP_ENDING}", SearchOption.TopDirectoryOnly)
|
||||||
// sanity check. shouldn't ever be true
|
// sanity check. shouldn't ever be true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user