From 06b297f8a7af3d0e6fa89d2d7d881a3f321d8c28 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Fri, 5 Aug 2022 10:33:23 +1000 Subject: [PATCH] 1.4 (whoops accidently mislapbled stuff) --- Form2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Form2.cs b/Form2.cs index f68117e..cf4a4a3 100644 --- a/Form2.cs +++ b/Form2.cs @@ -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);