Explorar o código

Updated batch file

Mark Sibly %!s(int64=8) %!d(string=hai) anos
pai
achega
779e3d0769
Modificáronse 1 ficheiros con 16 adicións e 16 borrados
  1. 16 16
      scripts/updateted2go.bat

+ 16 - 16
scripts/updateted2go.bat

@@ -1,16 +1,16 @@
-
-echo off
-
-call common.bat
-
-echo.
-echo ***** Updating ted2 *****
-echo.
-
-%mx2cc% makeapp -apptype=gui -build -config=release -target=desktop ../src/ted2go/ted2.monkey2
-xcopy %ted2go_new%\assets %ted2%\assets /Q /I /S /Y
-xcopy %ted2go_new%\*.dll %ted2% /Q /I /S /Y
-xcopy %ted2go_new%\*.exe %ted2% /Q /I /S /Y
-
-%mx2cc% makeapp -apptype=gui -build -config=release -target=desktop ../src/launcher/launcher.monkey2
-copy %launcher_new% %launcher%
+
+echo off
+
+call common.bat
+
+echo.
+echo ***** Updating ted2 *****
+echo.
+
+%mx2cc% makeapp -apptype=gui -build -config=release -target=desktop ../src/ted2go/ted2.monkey2
+xcopy %ted2go_new%\assets %ted2%\assets /Q /I /S /Y
+xcopy %ted2go_new%\*.dll %ted2% /Q /I /S /Y
+xcopy %ted2go_new%\*.exe %ted2% /Q /I /S /Y
+
+%mx2cc% makeapp -apptype=gui -build -config=release -target=desktop ../src/launcher/launcher.monkey2
+copy %launcher_new% %launcher%