mirror of
https://github.com/barkeser2002/bariskeser-mc-1.8.git
synced 2026-09-25 00:59:54 +03:00
6 lines
202 B
Batchfile
Executable File
6 lines
202 B
Batchfile
Executable File
@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 |