From ea9ede2e0e31e0c63bcad67508a33b1b6ca97f3d Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Wed, 11 Jun 2025 20:00:25 +0800 Subject: [PATCH] Fix deelevate process running issue --- Flow.Launcher/PublicAPIInstance.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher/PublicAPIInstance.cs b/Flow.Launcher/PublicAPIInstance.cs index 9b8b4f07e..f82ebdc37 100644 --- a/Flow.Launcher/PublicAPIInstance.cs +++ b/Flow.Launcher/PublicAPIInstance.cs @@ -589,6 +589,7 @@ namespace Flow.Launcher { LogError(ClassName, $"Failed to start process {filePath} with error: {errorInfo}"); } + return; } var info = new ProcessStartInfo