mirror of
https://github.com/SirusDoma/VoxCharger.git
synced 2024-11-24 07:00:14 +01:00
Fix path with whitespace
This commit is contained in:
parent
c755d49175
commit
109ae7faff
@ -43,7 +43,7 @@ namespace VoxCharger
|
|||||||
var info = new ProcessStartInfo()
|
var info = new ProcessStartInfo()
|
||||||
{
|
{
|
||||||
FileName = fileName,
|
FileName = fileName,
|
||||||
Arguments = args,
|
Arguments = $"\"{args}\"",
|
||||||
WorkingDirectory = workingDir,
|
WorkingDirectory = workingDir,
|
||||||
CreateNoWindow = true,
|
CreateNoWindow = true,
|
||||||
UseShellExecute = false,
|
UseShellExecute = false,
|
||||||
|
Loading…
Reference in New Issue
Block a user