mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 10:28:14 -05:00
Update #0 - First Release
This commit is contained in:
6
CompileLatestClient.bat
Normal file
6
CompileLatestClient.bat
Normal 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
|
Reference in New Issue
Block a user