1.4 (whoops accidently mislapbled stuff)
This commit is contained in:
parent
5f2e2abdc6
commit
06b297f8a7
2
Form2.cs
2
Form2.cs
|
|
@ -107,7 +107,7 @@ namespace ARCHBLOXBootstrapper
|
||||||
{
|
{
|
||||||
if (IsCompleted == false)
|
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;
|
IsCompleted = true;
|
||||||
byte[] raw = wc.DownloadData("http://archblox.com/studio/version.txt");
|
byte[] raw = wc.DownloadData("http://archblox.com/studio/version.txt");
|
||||||
string webData = Encoding.UTF8.GetString(raw);
|
string webData = Encoding.UTF8.GetString(raw);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue