Starlike-Client/CompileFull.sh
2025-01-20 11:24:16 -08:00

13 lines
270 B
Bash
Executable File

#!/bin/sh
. ./CompileEPK.sh &&
. ./CompileJS.sh &&
. ./MakeOfflineDownload.sh &&
cd ./wasm_gc_teavm &&
. ./CompileEPK.sh &&
. ./CompileWASM.sh &&
. ./CompileEagRuntimeJS.sh &&
. ./CompileBootstrapJS.sh &&
. ./CompileLoaderWASM.sh &&
. ./MakeWASMClientBundle.sh &&
cd ..