eaglercraft-1.8-workspace/wasm_gc_teavm/CompileEPK.bat

6 lines
196 B
Batchfile
Raw Permalink Normal View History

2024-12-04 00:39:49 -08:00
@echo off
title epkcompiler
echo compiling, please wait...
java -jar "../desktopRuntime/CompileEPK.jar" "../desktopRuntime/resources" "javascript/assets.epk" none
echo finished compiling epk
pause