updateted2.bat 331 B

1234567891011121314
  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/ted2/ted2.monkey2
  7. xcopy %ted2_new% %ted2% /I /S /Y
  8. %mx2cc% makeapp -apptype=gui -build -config=release -target=desktop ../src/launcher/launcher.monkey2
  9. copy %launcher_new% %launcher%