mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-06-05 18:32:01 -09:00
8 lines
412 B
Batchfile
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
|