Explorar o código

Add simple script for updating ted2go-github.

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

+ 16 - 0
scripts/updateted2go-github.bat

@@ -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"