Переглянути джерело

Fix build.php for Linux

master
saturn 6 роки тому
джерело
коміт
c8febe8c79
1 змінених файлів з 2 додано та 2 видалено
  1. 2
    2
      build.php

+ 2
- 2
build.php Переглянути файл

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


?>
?>

Завантаження…
Відмінити
Зберегти