This commit is contained in:
radman-aternos
2023-06-28 09:58:17 +03:30
parent 56ff9f6154
commit 87ed21738e
2515 changed files with 285041 additions and 3 deletions

6
CompileLatestClient.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
title CompileLatestClient
java -cp "buildtools/BuildTools.jar" net.lax1dude.eaglercraft.v1_8.buildtools.gui.CompileLatestClientGUI
del /S /Q "##TEAVM.TMP##\*"
rmdir /S /Q "##TEAVM.TMP##"
pause