Skip to content

Commit 54e4c13

Browse files
authored
Merge pull request #3921 from Flow-Launcher/auto_update
Check plugin updates only for Release
2 parents d8ef491 + 233f8cd commit 54e4c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ private static void AutoUpdates()
297297
});
298298
}
299299

300+
[Conditional("RELEASE")]
300301
private static void AutoPluginUpdates()
301302
{
302303
_ = Task.Run(async () =>

0 commit comments

Comments
 (0)