mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-06-02 08:52:00 -09:00
5 lines
441 B
Batchfile
5 lines
441 B
Batchfile
@echo off
|
|
title MakeSignedClient
|
|
java -cp "desktopRuntime/MakeOfflineDownload.jar;desktopRuntime/CompileEPK.jar" net.lax1dude.eaglercraft.v1_8.buildtools.workspace.MakeSignedClient "desktopRuntime/resources/SignedBundleTemplate.txt" "javascript/classes.js" "javascript/assets.epk" "desktopRuntime/resources/SignedClientTemplate.txt" "desktopRuntime/resources/UpdateDownloadSources.txt" "javascript/Starlike_Client_Offline_Signed.html"
|
|
pause
|