| $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}"`; | |||||
| } | } | ||||
| ?> | |||||
| ?> |