From ce442dee9e79c14da9b65eea9c3fac0fb29b18e7 Mon Sep 17 00:00:00 2001 From: Mufaro <81554673+mufaroxyz@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:52:06 +0000 Subject: [PATCH] fix: Previous commit not applied correctly --- EasyInstallerV2/Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EasyInstallerV2/Program.cs b/EasyInstallerV2/Program.cs index 9ac8ed0..48a7033 100644 --- a/EasyInstallerV2/Program.cs +++ b/EasyInstallerV2/Program.cs @@ -29,7 +29,7 @@ class ManifestFile class Program { - const string BASE_URL = "https://cdn.novafn.dev"; + const string BASE_URL = "https://manifest.simplyblk.xyz"; const int CHUNK_SIZE = 67108864; public static HttpClient httpClient = new HttpClient(); @@ -40,7 +40,6 @@ class Program int i; double dblSByte = bytes; for (i = 0; i < Suffix.Length && bytes >= 1024; i++, bytes /= 1024) - { dblSByte = bytes / 1024.0; }