From 233f8cd0f3811f68029c05192fc3d9b280390a8f Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Mon, 25 Aug 2025 19:02:04 +0800 Subject: [PATCH] Check plugin updates only for Release --- Flow.Launcher/App.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher/App.xaml.cs b/Flow.Launcher/App.xaml.cs index 6e053db29c8..0360c761e5a 100644 --- a/Flow.Launcher/App.xaml.cs +++ b/Flow.Launcher/App.xaml.cs @@ -297,6 +297,7 @@ private static void AutoUpdates() }); } + [Conditional("RELEASE")] private static void AutoPluginUpdates() { _ = Task.Run(async () =>