Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Add .dll to the executable extension list
Browse files Browse the repository at this point in the history
  • Loading branch information
ssg committed Oct 24, 2013
1 parent b51fd34 commit e93c0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PathString.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PathString

private static HashSet<string> executableExtensions = new HashSet<string>()
{
".exe", ".com", ".bat", ".cmd", ".ps1"
".exe", ".com", ".bat", ".cmd", ".ps1", ".dll"
};

public List<string> Folders;
Expand Down

0 comments on commit e93c0e9

Please sign in to comment.