eaglercraft-1.8/CompileLatestClient.bat

6 lines
202 B
Batchfile
Raw Normal View History

2022-12-25 01:12:28 -08:00
@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