eagler-1-12-4 / CompileEPK.bat
soiz1's picture
Upload folder using huggingface_hub
d46f4a3 verified
raw
history blame contribute delete
190 Bytes
@echo off
title epkcompiler
echo compiling, please wait...
java -jar "desktopRuntime/CompileEPK.jar" "desktopRuntime/resources" "javascript/assets.epk"
echo finished compiling epk
pause