2
0
mirror of https://github.com/zumbiepig/Starlike-Client-src.git synced 2025-06-26 09:55:09 +00:00
Starlike-Client/MakeSignedClient.bat
2025-01-20 11:17:47 -08:00

4 lines
424 B
Batchfile

@echo off
title MakeSignedClient
java -cp "desktopRuntime/MakeOfflineDownload.jar;desktopRuntime/CompileEPK.jar" net.lax1dude.eaglercraft.v1_8.buildtools.workspace.MakeSignedClient "javascript/SignedBundleTemplate.txt" "javascript/classes.js" "javascript/assets.epk" "javascript/lang" "javascript/SignedClientTemplate.txt" "javascript/UpdateDownloadSources.txt" "javascript/EaglercraftX_1.8_Offline_Signed_Client.html"
pause