mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8-workspace.git
synced 2025-04-08 01:27:46 -07: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 |