mirror of
https://gitflic.ru/project/lax1dude/eaglercraft-1_8.git
synced 2025-07-20 12:31:16 -09:00
6 lines
185 B
Batchfile
6 lines
185 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 |