Skip to content

Commit 6c68592

Browse files
committed
Wrapping patcher-data-location argument in qutoes
1 parent 5659c48 commit 6c68592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/PatchKit Patcher/Scripts/AppStarter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private ProcessStartInfo GetProcessStartInfo(string executablePath, PlatformType
7272
return new ProcessStartInfo
7373
{
7474
FileName = executablePath,
75-
Arguments = string.Format("+patcher-data-location {0}", _app.LocalMetaData.GetFilePath()),
75+
Arguments = string.Format("+patcher-data-location \"{0}\"", _app.LocalMetaData.GetFilePath()),
7676
WorkingDirectory = workingDir
7777
};
7878
case PlatformType.OSX:

0 commit comments

Comments
 (0)