소스 검색

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

?>
?>

Loading…
취소
저장