hoosiertransfer-mod/CompileEPK.bat

9 lines
222 B
Batchfile
Raw Permalink Normal View History

2024-03-15 14:25:40 -05:00
@echo off
title epkcompiler
2024-05-07 17:00:24 -05:00
cd resources
python optimize.py
cd ..
2024-03-15 14:25:40 -05:00
echo compiling, please wait...
2024-05-07 17:00:24 -05:00
java -jar "resources/CompileEPK.jar" "resources/optimizedResources" "javascript/assets.epk"
2024-03-15 14:25:40 -05:00
echo finished compiling epk
pause