ソースを参照

Fix build.php for Linux

master
saturn 6年前
コミット
c8febe8c79
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      build.php

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

?>
?>

読み込み中…
キャンセル
保存