File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Flow.Launcher.Core/ExternalPlugins Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ public static class PluginsManifest
13
13
private static readonly string ClassName = nameof ( PluginsManifest ) ;
14
14
15
15
private static readonly CommunityPluginStore mainPluginStore =
16
- new ( "https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2 /plugins.json" ,
17
- "https://fastly.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2 /plugins.json" ,
18
- "https://gcore.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2 /plugins.json" ,
19
- "https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2 /plugins.json" ) ;
16
+ new ( "https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/main /plugins.json" ,
17
+ "https://fastly.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@main /plugins.json" ,
18
+ "https://gcore.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@main /plugins.json" ,
19
+ "https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@main /plugins.json" ) ;
20
20
21
21
private static readonly SemaphoreSlim manifestUpdateLock = new ( 1 ) ;
22
22
You can’t perform that action at this time.
0 commit comments