[PTRun][Program]Show Steam open shortcuts (#23911)

This commit is contained in:
Jaime Bernardo
2023-02-08 22:05:10 +00:00
committed by GitHub
parent 5726c14ed8
commit 45ba48498d

View File

@@ -403,7 +403,7 @@ namespace Microsoft.Plugin.Program.Programs
}
}
private static readonly Regex InternetShortcutURLPrefixes = new Regex(@"^steam:\/\/(rungameid|run)\/|^com\.epicgames\.launcher:\/\/apps\/", RegexOptions.Compiled);
private static readonly Regex InternetShortcutURLPrefixes = new Regex(@"^steam:\/\/(rungameid|run|open)\/|^com\.epicgames\.launcher:\/\/apps\/", RegexOptions.Compiled);
// This function filters Internet Shortcut programs
private static Win32Program InternetShortcutProgram(string path)