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()
1515 {
1616 try
1717 {
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" )
1919 . ConfigureAwait ( false ) ;
2020
2121 UserPlugins = await JsonSerializer . DeserializeAsync < List < UserPlugin > > ( jsonStream ) . ConfigureAwait ( false ) ;
Original file line number Diff line number Diff line change 66 "Name" : " Plugins Manager" ,
77 "Description" : " Management of installing, uninstalling or updating Flow Launcher plugins" ,
88 "Author" : " Jeremy Wu" ,
9- "Version" : " 1.8.5 " ,
9+ "Version" : " 1.9.0 " ,
1010 "Language" : " csharp" ,
1111 "Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
1212 "ExecuteFileName" : " Flow.Launcher.Plugin.PluginsManager.dll" ,
You can’t perform that action at this time.
0 commit comments