2
0
mirror of https://github.com/zumbiepig/Starlike-Client-src.git synced 2025-06-26 09:55:09 +00:00
Starlike-Client/CompileEPK.bat
2025-01-20 11:24:16 -08:00

7 lines
186 B
Batchfile

@echo off
title epkcompiler
echo compiling, please wait...
java -jar "desktopRuntime/CompileEPK.jar" "desktopRuntime/resources" "javascript/assets.epk"
echo finished compiling epk
pause