Merge pull request #3921 from Flow-Launcher/auto_update

Check plugin updates only for Release
This commit is contained in:
Jack Ye 2025-08-26 04:12:18 +01:00 committed by GitHub
commit 54e4c1333d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -297,6 +297,7 @@ namespace Flow.Launcher
});
}
[Conditional("RELEASE")]
private static void AutoPluginUpdates()
{
_ = Task.Run(async () =>