Skip to content

Commit 4d0c57f

Browse files
committed
pull plugin manifest file from jsdelivr CDN
1 parent d950106 commit 4d0c57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Core/ExternalPlugins/PluginsManifest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Flow.Launcher.Infrastructure.Logger;
1+
using Flow.Launcher.Infrastructure.Logger;
22
using System;
33
using System.Collections.Generic;
44
using System.Net;
@@ -11,7 +11,7 @@ namespace Flow.Launcher.Core.ExternalPlugins
1111
{
1212
public static class PluginsManifest
1313
{
14-
private const string manifestFileUrl = "https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2/plugins.json";
14+
private const string manifestFileUrl = "https://cdn.jsdelivr.net/gh/Flow-Launcher/Flow.Launcher.PluginsManifest@plugin_api_v2/plugins.json";
1515

1616
private static HttpClient httpClient = new HttpClient();
1717

0 commit comments

Comments
 (0)