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.
2 parents a1d7e44 + ee8b070 commit a5348ccCopy full SHA for a5348cc
Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs
@@ -313,7 +313,7 @@ private static Win32 LnkProgram(string path)
313
if (!string.IsNullOrEmpty(target) && File.Exists(target))
314
{
315
program.LnkResolvedPath = Path.GetFullPath(target);
316
- program.ExecutableName = Path.GetFileName(target);
+ program.ExecutableName = Path.GetFileNameWithoutExtension(target);
317
318
var args = _helper.arguments;
319
if (!string.IsNullOrEmpty(args))
0 commit comments