Windows fixes
This commit is contained in:
parent
ea35f24d47
commit
8cd30ffdfe
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ class LocalBuild extends Build
|
|||
} else {
|
||||
$cmd = 'cp -Rf "%s" "%s/"';
|
||||
if (IS_WIN) {
|
||||
$cmd = 'copy /Y "%s" "%s/"';
|
||||
$cmd = 'xcopy /E /Y "%s" "%s/*"';
|
||||
}
|
||||
$builder->executeCommand($cmd, $reference, $buildPath);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue