mirror of
https://github.com/WtmcX/a1.0.6_03.git
synced 2025-06-03 21:50:57 -05:00
7 lines
182 B
Batchfile
7 lines
182 B
Batchfile
@echo off
|
|
title epkcompiler
|
|
echo compiling, please wait...
|
|
java -jar "lwjgl-rundir/CompileEPK.jar" "lwjgl-rundir/resources" "javascript/assets.epk"
|
|
echo finished compiling epk
|
|
pause
|