mirror of https://github.com/2dust/v2rayN
UseShellExecute = true
parent
ade789c6d4
commit
2f02c2970c
|
@ -313,6 +313,7 @@ namespace ServiceLib.ViewModels
|
||||||
{
|
{
|
||||||
StartInfo = new ProcessStartInfo
|
StartInfo = new ProcessStartInfo
|
||||||
{
|
{
|
||||||
|
UseShellExecute = true,
|
||||||
FileName = fileName,
|
FileName = fileName,
|
||||||
Arguments = arg.AppendQuotes(),
|
Arguments = arg.AppendQuotes(),
|
||||||
WorkingDirectory = Utils.StartupPath()
|
WorkingDirectory = Utils.StartupPath()
|
||||||
|
|
Loading…
Reference in New Issue