mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8.git
synced 2025-04-07 16:37:44 -07: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 |