1.4 (whoops accidently mislapbled stuff)

This commit is contained in:
Thomas G 2022-08-05 10:33:23 +10:00
parent 5f2e2abdc6
commit 06b297f8a7
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ namespace ARCHBLOXBootstrapper
{
if (IsCompleted == false)
{
// the download has completed, extract.zip, create shortcut and launch!
// the download has completed, extract.zip, create shortcut and launch! yay!!!
IsCompleted = true;
byte[] raw = wc.DownloadData("http://archblox.com/studio/version.txt");
string webData = Encoding.UTF8.GetString(raw);