updateted2go.bat 440 B

12345678910111213141516
  1. echo off
  2. call common.bat
  3. echo.
  4. echo ***** Updating ted2 *****
  5. echo.
  6. %mx2cc% makeapp -apptype=gui -build -config=release -target=desktop ../src/ted2go/ted2.monkey2
  7. xcopy %ted2go_new%\assets %ted2%\assets /Q /I /S /Y
  8. xcopy %ted2go_new%\*.dll %ted2% /Q /I /S /Y
  9. xcopy %ted2go_new%\*.exe %ted2% /Q /I /S /Y
  10. %mx2cc% makeapp -apptype=gui -build -config=release -target=desktop ../src/launcher/launcher.monkey2
  11. copy %launcher_new% %launcher%