Browse Source

Fix build.php for Linux

master
saturn 7 years ago
parent
commit
c8febe8c79
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.php

+ 2
- 2
build.php View File

$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…
Cancel
Save