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 () =>