Explorar el Código

Fix build.php for Linux

master
saturn hace 6 años
padre
commit
c8febe8c79
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      build.php

+ 2
- 2
build.php Ver fichero

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


?>
?>

Cargando…
Cancelar
Guardar