Fix CopyFiles not working on Linux
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Flax.Build.Graph
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
task.CommandPath = "cp";
|
task.CommandPath = "cp";
|
||||||
task.CommandArguments = string.Format("\'{0}\' \'{1}\'", srcFile, outputPath);
|
task.CommandArguments = string.Format("\"{0}\" \"{1}\"", srcFile, outputPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
Tasks.Add(task);
|
Tasks.Add(task);
|
||||||
|
|||||||
Reference in New Issue
Block a user