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);