From 9711d6ea71881e25e8d4bd1698e27b0710ac3d58 Mon Sep 17 00:00:00 2001 From: Galvin <77013913+GalvinPython@users.noreply.github.com> Date: Wed, 19 Apr 2023 19:43:01 +0100 Subject: [PATCH] Rerelease the program with the missing packages --- DeleteJavaCheckRewritten/Program.cs | 9 ++++----- LATEST.md | 4 ++++ README.md | 4 ++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/DeleteJavaCheckRewritten/Program.cs b/DeleteJavaCheckRewritten/Program.cs index e5878bb..b612672 100644 --- a/DeleteJavaCheckRewritten/Program.cs +++ b/DeleteJavaCheckRewritten/Program.cs @@ -1,9 +1,8 @@ /// /// DeleteJavaCheck-rewritten is an improved version from my original DeleteJavaCheck program with more automation -/// Current Version: 2.0 +/// Current Version: 2.0.1 /// Changelog: -/// - Custom installs are kept in the app's settings; no more files needed -/// - Checks all possible installations automatically +/// - Rereleased V2.0, but with the missing packages /// using System; @@ -100,7 +99,7 @@ static void DestroyOld(string targetFile) Console.WriteLine("\n"); WriteSection("Checking Old Launcher", "=".ToCharArray()[0]); string targetDir = @"C:\Program Files (x86)\Minecraft Launcher\game"; - if(Directory.Exists(targetDir)) + if (Directory.Exists(targetDir)) { Console.WriteLine("Java Launcher Exists!"); targetDir += targetFile; @@ -177,4 +176,4 @@ static void EndProgram() } } } -} +} \ No newline at end of file diff --git a/LATEST.md b/LATEST.md index bc3856c..dd6d0e8 100644 --- a/LATEST.md +++ b/LATEST.md @@ -1,3 +1,7 @@ +# 2.0.1 +Assembly version: `2.0.8509.35397` +Rereleased V2.0, but with the missing packages + # 2.0 Assembly version: `2.0.8487.18314` Upgraded to Version 2 because everything changed so much. New framework version, improved experience and new everything. diff --git a/README.md b/README.md index de7d5c2..24b45cd 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # DeleteJavaCheck |Latest Version|Latest Assembly| |---|---| -|2.0|2.0.8487.18314| +|2.0.1|2.0.8509.35397| **JavaCheck.jar** is a Java file shipped with the Minecraft launcher. This isn't problematic for most, but those that prefer to use newer versions of Java, or mods that are incapable with older versions of Java, can't modify their profiles to use the version that isn't defaulted for that Java version. Thankfully, it's easy to bypass this by deleting this file, but is reinstalled after every update, so in the long run, this could be a useful application, especially for those rocking the beta launcher (like I do). # Instructions ## Downloading -Download the .exe file found in the latest release, and place it somewhere memorable (such as your desktop). This app will only run with manual execution, so you'll be required to run it after every update. +Download the .zip file found in the latest release, and extract it somewhere memorable (such as your desktop), and launch the .exe file inside it. This app will only run with manual execution, so you'll be required to run it after every update. ## Execution Run `DeleteJavaCheckRewritten.exe`, and if there's no issues, the file should be deleted