Updated file path/description of plugins (#2593)

* Updated file path/description of plugins

* Updated file paths to include plugin tag

* Code cleanup
This commit is contained in:
Divyansh Srivastava
2020-05-01 17:26:02 -07:00
committed by GitHub
parent 1656b4c5b9
commit 06fcc2bf46
4 changed files with 9 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ namespace Microsoft.Plugin.Indexer
Result r = new Result();
r.Title = searchResult.Title;
r.SubTitle = path;
r.SubTitle = "Search: " + path;
r.IcoPath = path;
r.Action = c =>
{