Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galvinpython/deletejavacheck-rewritten
Update: This program serves 0 purpose anymore, the issue has been fixed. However it will remain public and be archived once I am done with everything I want :)
https://github.com/galvinpython/deletejavacheck-rewritten
Last synced: about 1 month ago
JSON representation
Update: This program serves 0 purpose anymore, the issue has been fixed. However it will remain public and be archived once I am done with everything I want :)
- Host: GitHub
- URL: https://github.com/galvinpython/deletejavacheck-rewritten
- Owner: GalvinPython
- License: mit
- Created: 2024-03-02T21:33:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T22:20:22.000Z (10 months ago)
- Last Synced: 2024-03-06T23:32:04.727Z (10 months ago)
- Language: C#
- Homepage:
- Size: 2.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeleteJavaCheck Rewritten
A more functional and better version of my DeleteJavaCheck app, which fixes a very niche bug in the Minecraft Launcher## In Action
https://github.com/GalvinPython/DeleteJavaCheck-Rewritten/assets/77013913/18ef2182-3fe2-40ae-b46c-c74094acbab8_Above, is a video that shows the program in action. Note that File Explorer is covered up by the terminal, however you can see that JavaCheck.jar does get deleted from both launchers. The files are highlighted_
![image1](https://github.com/GalvinPython/DeleteJavaCheck-Rewritten/assets/77013913/ee594833-c1a4-49c1-9325-e8156205c47e)
_A screenshot showing what happens if the files have already been deleted_# Requirements
In order to run this program, you need to have the .NET 8.0 Runtime installed on your PC.
**NOTE: The SDK is needed to develop this program, however the runtime is only required to actually run the program. You can download the SDK if you want to, that's not a problem, but you won't be able to modify the app without it.**
Download from [here](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)# Changelog
## 0.1.0
* Initial release
* Works as a CLI
* No installer yet