mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-04-07 08:27:39 -07:00
6 lines
181 B
Batchfile
6 lines
181 B
Batchfile
@echo off
|
|
title epkcompiler
|
|
echo compiling, please wait...
|
|
java -jar CompilePackage.jar "../lwjgl-rundir/resources" "../javascript/assets.epk"
|
|
echo finished compiling epk
|
|
pause |