Skip to content

Commit 233f8cd

Browse files
committed
Check plugin updates only for Release
1 parent d8ef491 commit 233f8cd

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)