|
@@ -0,0 +1,16 @@
|
|
|
+
|
|
|
+echo off
|
|
|
+
|
|
|
+call common.bat
|
|
|
+
|
|
|
+echo.
|
|
|
+echo ***** Updating ted2 *****
|
|
|
+echo.
|
|
|
+
|
|
|
+%mx2cc% makeapp -apptype=gui -build -config=release -product=scripts/ted2go-github.products/windows/Ted2.exe ../src/ted2go-github/Ted2.monkey2
|
|
|
+xcopy ted2go-github.products\windows\assets ..\bin\ted2_windows\assets /Q /I /S /Y
|
|
|
+xcopy ted2go-github.products\windows\*.dll ..\bin\ted2_windows /Q /I /S /Y
|
|
|
+xcopy ted2go-github.products\windows\*.exe ..\bin\ted2_windows /Q /I /S /Y
|
|
|
+
|
|
|
+%mx2cc% makeapp -apptype=gui -build -config=release -product=scripts/launcher.products/launcher_windows.exe ../src/launcher/launcher.monkey2
|
|
|
+copy launcher.products\launcher_windows.exe "..\Monkey2 (Windows).exe"
|