Starlike-Client/wasm_gc_teavm/MakeWASMClientBundle.bat
2025-01-20 11:24:16 -08:00

8 lines
412 B
Batchfile

@echo off
title MakeWASMClientBundle
cd javascript
type NUL > favicon.png
java -cp "../buildtools/org.tukanni.xz.jar;../buildtools/MakeWASMClientBundle.jar;../../desktopRuntime/CompileEPK.jar;../../desktopRuntime/MakeOfflineDownload.jar" net.lax1dude.eaglercraft.v1_8.buildtools.workspace.MakeWASMClientBundle epw_src.txt epw_meta.txt "../javascript_dist"
del /f favicon.png ..\javascript_dist\favicon.png
pause