mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-17 00:40:23 +05:00
@@ -20,9 +20,13 @@ public static class ProcUtils
|
||||
try
|
||||
{
|
||||
if (fileName.Contains(' '))
|
||||
{
|
||||
fileName = fileName.AppendQuotes();
|
||||
}
|
||||
if (arguments.Contains(' '))
|
||||
{
|
||||
arguments = arguments.AppendQuotes();
|
||||
}
|
||||
|
||||
Process proc = new()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user