mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
use ExeProgram for .exe
This commit is contained in:
parent
f8346e4c18
commit
187b195ff4
1 changed files with 1 additions and 0 deletions
|
|
@ -435,6 +435,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
|
|||
{
|
||||
ShortcutExtension => LnkProgram(x),
|
||||
UrlExtension => UrlProgram(x),
|
||||
ExeExtension => ExeProgram(x),
|
||||
_ => Win32Program(x)
|
||||
}).Where(x => x.Valid);
|
||||
return programs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue