resent-1.8/sources/setup/workspace_template/CompileEPK.bat
ThisIsALegitUsername 6582c3d7dc import eagler github
2022-12-27 17:22:08 +00:00

6 lines
190 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