mirror of
https://gitflic.ru/project/lax1dude/eaglercraft-1_8-workspace.git
synced 2025-07-22 05:31:17 -09:00
6 lines
196 B
Batchfile
Executable File
6 lines
196 B
Batchfile
Executable File
@echo off
|
|
title epkcompiler
|
|
echo compiling, please wait...
|
|
java -jar "../desktopRuntime/CompileEPK.jar" "../desktopRuntime/resources" "javascript/assets.epk" none
|
|
echo finished compiling epk
|
|
pause |