build_xx.bat 137 B

123456
  1. @echo off
  2. Del /S /Q "..\tp3\Public\xxh5\"
  3. echo "delete xxh5"
  4. xcopy ".\dist\build\h5" "..\tp3\Public\xxh5\" /s /e
  5. echo "finished!"
  6. pause