We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b5858 commit 194dbabCopy full SHA for 194dbab
Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs
@@ -10,6 +10,8 @@ public static class PluginsManifest
10
{
11
private static readonly CommunityPluginStore mainPluginStore =
12
new("https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2/plugins.json",
13
+ "https://fastly.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json",
14
+ "https://gcore.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json",
15
"https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json");
16
17
private static readonly SemaphoreSlim manifestUpdateLock = new(1);
0 commit comments