Kaynağa Gözat

Fix build.php for Linux

master
saturn 6 yıl önce
ebeveyn
işleme
c8febe8c79
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      build.php

+ 2
- 2
build.php Dosyayı Görüntüle

@@ -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…
İptal
Kaydet