mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-06-04 01:42:01 -09:00
7 lines
197 B
Batchfile
7 lines
197 B
Batchfile
@echo off
|
|
title epkcompiler
|
|
echo compiling, please wait...
|
|
java -jar "../desktopRuntime/CompileEPK.jar" "../desktopRuntime/resources" "javascript/assets.epk" none
|
|
echo finished compiling epk
|
|
pause
|