File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Plugins/Flow.Launcher.Plugin.PluginsManager Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ internal async Task DownloadManifest()
15
15
{
16
16
try
17
17
{
18
- await using var jsonStream = await Http . GetStreamAsync ( "https://raw.githubusercontent.com/ Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2 /plugins.json" )
18
+ await using var jsonStream = await Http . GetStreamAsync ( "https://cdn.jsdelivr.net/gh/ Flow-Launcher/Flow.Launcher.PluginsManifest/plugins.json" )
19
19
. ConfigureAwait ( false ) ;
20
20
21
21
UserPlugins = await JsonSerializer . DeserializeAsync < List < UserPlugin > > ( jsonStream ) . ConfigureAwait ( false ) ;
Original file line number Diff line number Diff line change 6
6
"Name" : " Plugins Manager" ,
7
7
"Description" : " Management of installing, uninstalling or updating Flow Launcher plugins" ,
8
8
"Author" : " Jeremy Wu" ,
9
- "Version" : " 1.8.5 " ,
9
+ "Version" : " 1.9.0 " ,
10
10
"Language" : " csharp" ,
11
11
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
12
12
"ExecuteFileName" : " Flow.Launcher.Plugin.PluginsManager.dll" ,
You can’t perform that action at this time.
0 commit comments