making teams launch, not updater. this will also fix a lot of cmd style lnks too. Made null ref on boot fix too. (#2598)

This commit is contained in:
Clint Rutkas
2020-05-01 10:55:01 -07:00
committed by GitHub
parent 5c3159cbca
commit 032aa2d1d6
2 changed files with 9 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ namespace Wox.Plugin.Program.Programs
{
var info = new ProcessStartInfo
{
FileName = FullPath,
FileName = LnkResolvedPath ?? FullPath,
WorkingDirectory = ParentDirectory,
UseShellExecute = true
};