Merge pull request #1 from Thomasluigi07/main

merge
This commit is contained in:
Thomas G 2022-07-09 23:36:24 +10:00 committed by GitHub
commit 5fc311dcb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,2 +1,7 @@
# ARCHBLOXBootstrapper
A installer for ARCHBLOX and soon-to-be game joiner.
## How this works
- First, it checks if there's the latest version installed already. If it is, it deletes the latest version and re-installs it.
- Then it gets the current version string from https://archblox.com/client/version.txt and then makes a folder in C:\ARCHBLOX\ with that text.
- Then it downloads the client .zip at https://archblox.com/client/(versionstring).zip and unzips it once the download is done.
I'm new to C# so I hope this will be good. My code is pretty oof.