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
1313 private static readonly string ClassName = nameof ( PluginsManifest ) ;
1414
1515 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" ) ;
2020
2121 private static readonly SemaphoreSlim manifestUpdateLock = new ( 1 ) ;
2222
You can’t perform that action at this time.
0 commit comments