Index Desktop Applications (#4422)

* Added support to index desktop app

* Fixed dedup for url files

* Added internet shortcut scheme for epic games

* Added test for internet shortcut dedup

* Updated hostname for steam game
This commit is contained in:
Divyansh Srivastava
2020-06-22 12:34:57 -07:00
committed by GitHub
parent 73125574e6
commit 196055e50e
3 changed files with 75 additions and 20 deletions

View File

@@ -13,6 +13,8 @@ namespace Microsoft.Plugin.Program
public bool EnableStartMenuSource { get; set; } = true;
public bool EnableDesktopSource { get; set; } = true;
public bool EnableRegistrySource { get; set; } = true;
internal const char SuffixSeparator = ';';