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 d950106 commit 4d0c57fCopy full SHA for 4d0c57f
Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs
@@ -1,4 +1,4 @@
1
-using Flow.Launcher.Infrastructure.Logger;
+using Flow.Launcher.Infrastructure.Logger;
2
using System;
3
using System.Collections.Generic;
4
using System.Net;
@@ -11,7 +11,7 @@ namespace Flow.Launcher.Core.ExternalPlugins
11
{
12
public static class PluginsManifest
13
14
- private const string manifestFileUrl = "https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2/plugins.json";
+ private const string manifestFileUrl = "https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json";
15
16
private static HttpClient httpClient = new HttpClient();
17
0 commit comments