From 015193c0dd44605db6f9fe9f03277c2e540bdb46 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 20 Jul 2022 21:49:15 +1000 Subject: [PATCH] fix issue with executatble paths --- Form2.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Form2.cs b/Form2.cs index 12af304..127ab6e 100644 --- a/Form2.cs +++ b/Form2.cs @@ -69,14 +69,14 @@ namespace ARCHBLOXBootstrapper { Directory.CreateDirectory(clientPath); wc.DownloadFileAsync(new Uri(@"https://archblox.com/studio/" + version_string + ".zip"), filePath); - progressBar2.Style = ProgressBarStyle.Blocks; + progressBar2.Style = ProgressBarStyle.Blocks; handle.WaitOne(); } } private void ARCHBLOX_Load(object sender, EventArgs e) { - // nothing lol! + // nothing } private void Client_DownloadFileCompleted(object sender, AsyncCompletedEventArgs e) {