mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8-workspace.git
synced 2025-04-04 15:47:42 -07:00
6 lines
190 B
Batchfile
Executable File
6 lines
190 B
Batchfile
Executable File
@echo off
|
|
title epkcompiler
|
|
echo compiling, please wait...
|
|
java -jar "desktopRuntime/CompileEPK.jar" "desktopRuntime/resources" "javascript/assets.epk"
|
|
echo finished compiling epk
|
|
pause |