https://github.com/2dust/v2rayN/issues/6812
This commit is contained in:
2dust
2025-02-27 20:12:53 +08:00
parent 84d72cd110
commit 24cad87954
2 changed files with 5 additions and 1 deletions

View File

@@ -253,7 +253,7 @@ namespace ServiceLib.Handler
StartInfo = new()
{
FileName = fileName,
Arguments = string.Format(coreInfo.Arguments, coreInfo.AbsolutePath ? Utils.GetBinConfigPath(configPath) : configPath),
Arguments = string.Format(coreInfo.Arguments, coreInfo.AbsolutePath ? Utils.GetBinConfigPath(configPath).AppendQuotes() : configPath),
WorkingDirectory = Utils.GetBinConfigPath(),
UseShellExecute = false,
RedirectStandardOutput = displayLog,