Fix build.php for Linux
This commit is contained in:
parent
de2d5d0af2
commit
c8febe8c79
@ -50,7 +50,7 @@ function build_for_platform($platform) {
|
|||||||
$command .= "cp -R src/{*.js,*.html,*.css,fonts,images} build/{$platform}/; ";
|
$command .= "cp -R src/{*.js,*.html,*.css,fonts,images} build/{$platform}/; ";
|
||||||
$command .= "cp -R src/platform/{$platform}/* build/{$platform}/";
|
$command .= "cp -R src/platform/{$platform}/* build/{$platform}/";
|
||||||
|
|
||||||
`{$command}`;
|
`bash -c "{$command}"`;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user