mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8.git
synced 2025-01-22 12:11:51 -05:00
6 lines
No EOL
202 B
Batchfile
6 lines
No EOL
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 |