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 @@ -50,7 +50,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
50
50
IcoPath = "Images\\ request.png" ,
51
51
Action = _ =>
52
52
{
53
- // standard UrlSourceCode format in PluginsManifest's plugins.json file: https://github.com/jjw24/WoxDictionary /tree/master
53
+ // standard UrlSourceCode format in PluginsManifest's plugins.json file: https://github.com/jjw24/Flow.Launcher.Plugin.Putty /tree/master
54
54
var link = pluginManifestInfo . UrlSourceCode . StartsWith ( "https://github.com" )
55
55
? pluginManifestInfo . UrlSourceCode . Replace ( "/tree/master" , "/issues/new/choose" )
56
56
: pluginManifestInfo . UrlSourceCode ;
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/main /plugins.json" )
18
+ await using var jsonStream = await Http . GetStreamAsync ( "https://raw.githubusercontent.com/Flow-Launcher/Flow.Launcher.PluginsManifest/plugin_api_v2 /plugins.json" )
19
19
. ConfigureAwait ( false ) ;
20
20
21
21
UserPlugins = await JsonSerializer . DeserializeAsync < List < UserPlugin > > ( jsonStream ) . ConfigureAwait ( false ) ;
You can’t perform that action at this time.
0 commit comments