Starlike-Client/CompileEPK.sh
2025-01-20 11:17:50 -08:00

5 lines
166 B
Bash
Executable File

#!/bin/sh
echo "compiling, please wait..."
java -jar "desktopRuntime/CompileEPK.jar" "desktopRuntime/resources" "javascript/assets.epk"
echo "finished compiling epk"