diff --git a/build.php b/build.php index fb23c04..bfa44a1 100644 --- a/build.php +++ b/build.php @@ -50,7 +50,7 @@ function build_for_platform($platform) { $command .= "cp -R src/{*.js,*.html,*.css,fonts,images} build/{$platform}/; "; $command .= "cp -R src/platform/{$platform}/* build/{$platform}/"; - `{$command}`; + `bash -c "{$command}"`; } -?> \ No newline at end of file +?>