Use shell execute to fix Files App support

This commit is contained in:
Vic 2023-04-20 23:20:07 +08:00
parent c61d6f791c
commit 4efaa648ad

View file

@ -202,6 +202,7 @@ namespace Flow.Launcher
explorer.StartInfo = new ProcessStartInfo
{
FileName = explorerInfo.Path,
UseShellExecute = true,
Arguments = FileNameOrFilePath is null
? explorerInfo.DirectoryArgument.Replace("%d", DirectoryPath)
: explorerInfo.FileArgument