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