From 3b0835e53d6eda1e30decedce899b7fcc4fe85be Mon Sep 17 00:00:00 2001 From: PeytonPlayz595 <106421860+PeytonPlayz595@users.noreply.github.com> Date: Fri, 19 Apr 2024 23:29:56 -0400 Subject: [PATCH] Rename offline download --- MakeOfflineDownload.bat | 2 +- MakeOfflineDownload.sh | 2 +- ...line_International.html => Shadow_Client_International.html} | 0 ...ercraftX_1.8_Offline_en_US.html => Shadow_Client_en_US.html} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename javascript/{EaglercraftX_1.8_Offline_International.html => Shadow_Client_International.html} (100%) rename javascript/{EaglercraftX_1.8_Offline_en_US.html => Shadow_Client_en_US.html} (100%) diff --git a/MakeOfflineDownload.bat b/MakeOfflineDownload.bat index 3994953..e5bbdc5 100644 --- a/MakeOfflineDownload.bat +++ b/MakeOfflineDownload.bat @@ -1,4 +1,4 @@ @echo off title MakeOfflineDownload -java -cp "desktopRuntime/MakeOfflineDownload.jar;desktopRuntime/CompileEPK.jar" net.lax1dude.eaglercraft.v1_8.buildtools.workspace.MakeOfflineDownload "javascript/OfflineDownloadTemplate.txt" "javascript/classes.js" "javascript/assets.epk" "javascript/EaglercraftX_1.8_Offline_en_US.html" "javascript/EaglercraftX_1.8_Offline_International.html" "javascript/lang" +java -cp "desktopRuntime/MakeOfflineDownload.jar;desktopRuntime/CompileEPK.jar" net.lax1dude.eaglercraft.v1_8.buildtools.workspace.MakeOfflineDownload "javascript/OfflineDownloadTemplate.txt" "javascript/classes.js" "javascript/assets.epk" "javascript/Shadow_Client_en_US.html" "javascript/Shadow_Client_International.html" "javascript/lang" pause \ No newline at end of file diff --git a/MakeOfflineDownload.sh b/MakeOfflineDownload.sh index 163d186..868b624 100644 --- a/MakeOfflineDownload.sh +++ b/MakeOfflineDownload.sh @@ -1,2 +1,2 @@ #!/bin/sh -java -cp "desktopRuntime/MakeOfflineDownload.jar:desktopRuntime/CompileEPK.jar" net.lax1dude.eaglercraft.v1_8.buildtools.workspace.MakeOfflineDownload "javascript/OfflineDownloadTemplate.txt" "javascript/classes.js" "javascript/assets.epk" "javascript/EaglercraftX_1.8_Offline_en_US.html" "javascript/EaglercraftX_1.8_Offline_International.html" "javascript/lang" \ No newline at end of file +java -cp "desktopRuntime/MakeOfflineDownload.jar:desktopRuntime/CompileEPK.jar" net.lax1dude.eaglercraft.v1_8.buildtools.workspace.MakeOfflineDownload "javascript/OfflineDownloadTemplate.txt" "javascript/classes.js" "javascript/assets.epk" "javascript/Shadow_Client_en_US.html" "javascript/Shadow_Client_International.html" "javascript/lang" \ No newline at end of file diff --git a/javascript/EaglercraftX_1.8_Offline_International.html b/javascript/Shadow_Client_International.html similarity index 100% rename from javascript/EaglercraftX_1.8_Offline_International.html rename to javascript/Shadow_Client_International.html diff --git a/javascript/EaglercraftX_1.8_Offline_en_US.html b/javascript/Shadow_Client_en_US.html similarity index 100% rename from javascript/EaglercraftX_1.8_Offline_en_US.html rename to javascript/Shadow_Client_en_US.html