From c7b2d08f40f0b421ce742807ec94fdf9ad529d5c Mon Sep 17 00:00:00 2001 From: Chopper1337 <43015696+Chopper1337@users.noreply.github.com> Date: Sun, 31 Jan 2021 21:41:28 +0000 Subject: [PATCH] Made Read Me make a bit more sense --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 51ef522..f6a6e4c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Unofficial Xenia Updater Small program made to manage Xenia emulator and its versions. +# Releases -# [Download stable release here](https://github.com/Chopper1337/XeniaUpdater/raw/main/bin/Release/XeniaUpdater.exe) +* [**Stable**](https://github.com/Chopper1337/XeniaUpdater/raw/main/bin/Release/XeniaUpdater.exe) +* [Testing](https://github.com/Chopper1337/XeniaUpdater/raw/main/bin/Debug/XeniaUpdater.exe) # Features @@ -11,15 +13,6 @@ Small program made to manage Xenia emulator and its versions. * Creates a backup of the last downloaded version of Xenia (xenia_master.zip and/or xenia_canary.zip) * Updating the updater itself, from the updater itself. No need to open a browser -[Download testing release here](https://github.com/Chopper1337/XeniaUpdater/raw/main/bin/Debug/XeniaUpdater.exe) - -Provided you don't run into issues with the testing release, go ahead and use it. - -If you run into any issues, message me on Discord "[IRB] Chopper#4291". -Try provide as much info as possible, screenshot of when the issue occurred and a screenshot of the directory the updater was in and so on. - -Thanks :) - # Info for anyone who plans to modify this code Form1.cs contains the "Important strings": @@ -33,4 +26,13 @@ Updating the updater is done by downloading latest raw binary from GitHub with a The "forceful extraction" option exists for the case the the updater does not extract the zip. We can tell the zip was not extracted when the expected Xenia binary is not present, so on this condition, we prompt the user to try the forceful extraction option which should extract the zip successfully. -This code is not written in the most efficient way, it is probably possible to divide this into a few methods which are applicable to both Xenia Master and Xenia Canary, giving the opportunity to reuse code. \ No newline at end of file +This code is not written in the most efficient way, it is probably possible to divide this into a few methods which are applicable to both Xenia Master and Xenia Canary, giving the opportunity to reuse code. + +# Note for "Testing" release + +There is no guarantee of stability with the testing release. + +If you run into any issues, message me on Discord **[IRB] Chopper#4291**. +Try provide as much info as possible, screenshot of when the issue occurred and a screenshot of the directory the updater was in and so on. + +Thanks :) \ No newline at end of file