We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d195f commit 208bde0Copy full SHA for 208bde0
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -45,7 +45,7 @@ public Result Result(string query, IPublicAPI api)
45
46
var pathMatchResult = new MatchResult(false, 0, new List<int>(), 0);
47
if (ExecutableName != null) // only lnk program will need this one
48
- pathMatchResult = StringMatcher.FuzzySearch(query, Path.GetFileNameWithoutExtension(FullPath));
+ pathMatchResult = StringMatcher.FuzzySearch(query, ExecutableName);
49
50
MatchResult matchResult = nameMatchResult;
51
0 commit comments