You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,7 @@ This application was written in .NET 6.0. Please ensure you have that installed
34
34
Download the .zip file found in the latest release, and extract it somewhere memorable. This app will only run with manual execution, so you'll be required to run it after every update.
35
35
36
36
## Modifying location.txt
37
-
Add the directory of where the launcher is installed. Microsoft Store will have their location already in the file, so copy and paste into Line 7, replacing `[USERNAME]` with your name.
38
-
For the old launcher location, I'm unaware of where the default location is, but I'll update the documentation once I have a response.
37
+
Add the directory of where the launcher is installed. Microsoft Store will have their location already in the file, so copy and paste into Line 7, replacing `[USERNAME]` with your name.
39
38
40
39
## Execution
41
40
Run `DeleteJavaCheck.exe`, and if there's no issues, the file should be deleted
@@ -48,8 +47,6 @@ Note: This program won't say what the errors are (I'm working on this), but ther
48
47
Another thing to note is that this file will most likely be permanently deleted, so remember to run the right version of Java on newer installations
49
48
50
49
# Future updates
51
-
- Will scan both launchers automatically, provided that they are in the default location
52
-
53
-
# Updating
54
-
This doesn't have an auto updater, but there will be an update at the end of every week, so until that's implemented, check back here every once in a while.
55
-
Most updates won't be QOL (Quality of Life) updates, but mainly just error handling or improving the code, so it's not important to be on the latest release
50
+
- Improved error handling (1.0.0.3)
51
+
- Will scan both launchers automatically, provided that they are in the default location (1.0.1)
52
+
- A text file will be provided to those who have their launcher in another location
0 commit comments