From afa8a348911e957b279126a7df42832c72b064d8 Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Sat, 22 Apr 2023 15:01:17 +0800 Subject: [PATCH] Tweak Win32 preview path --- Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs index 2194671aa..3a59601ed 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs @@ -170,7 +170,7 @@ namespace Flow.Launcher.Plugin.Program.Programs ContextData = this, Preview = new Result.PreviewInfo { - FilePath = ExecutablePath, + FilePath = FullPath, }, Action = c => {