mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-u19-source.git
synced 2026-06-15 16:32:57 +02:00
6 lines
202 B
Batchfile
6 lines
202 B
Batchfile
|
|
@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
|