mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-06-02 08:52:00 -09:00
5 lines
166 B
Bash
Executable File
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"
|