From e93c0e9aaf8b5f5450c6f93615f657bfbd0e245c Mon Sep 17 00:00:00 2001 From: ssg Date: Thu, 24 Oct 2013 12:46:37 +0300 Subject: [PATCH] Add .dll to the executable extension list --- PathString.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PathString.cs b/PathString.cs index ed73b48..c5c9570 100644 --- a/PathString.cs +++ b/PathString.cs @@ -11,7 +11,7 @@ class PathString private static HashSet executableExtensions = new HashSet() { - ".exe", ".com", ".bat", ".cmd", ".ps1" + ".exe", ".com", ".bat", ".cmd", ".ps1", ".dll" }; public List Folders;