hoosiertransfer-mod/MakeSignedClient.bat

4 lines
414 B
Batchfile
Raw Normal View History

2024-03-15 14:25:40 -05:00
@echo off
title MakeSignedClient
2024-07-02 09:24:54 -05:00
java -cp "resources/MakeOfflineDownload.jar;resources/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/EaglercraftL_1.9_Offline_Signed_Client.html"
2024-03-15 14:25:40 -05:00
pause