mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 20:42:10 +00:00
UseShellExecute = true
This commit is contained in:
parent
ade789c6d4
commit
2f02c2970c
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ namespace ServiceLib.ViewModels
|
|||
{
|
||||
StartInfo = new ProcessStartInfo
|
||||
{
|
||||
UseShellExecute = true,
|
||||
FileName = fileName,
|
||||
Arguments = arg.AppendQuotes(),
|
||||
WorkingDirectory = Utils.StartupPath()
|
||||
|
|
Loading…
Reference in a new issue