From 773ddce64677e43f020682880001bd0a6071e265 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 30 May 2025 06:35:32 -0600 Subject: [PATCH] Fixed Updater Logic --- Borealis.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Borealis.ps1 b/Borealis.ps1 index 3f563f4..4133ad9 100644 --- a/Borealis.ps1 +++ b/Borealis.ps1 @@ -524,8 +524,8 @@ switch ($choice) { $updateDir = Join-Path $stagingPath "borealis" } - Run-Step "Updating: Download Update from https://git.bunny-lab.io/Borealis/Borealis/archive/main.zip" { - Invoke-WebRequest -Uri "https://git.bunny-lab.io/Borealis/Borealis/archive/main.zip" -OutFile $updateZip + Run-Step "Updating: Download Update from https://git.bunny-lab.io/bunny-lab/Borealis/archive/main.zip" { + Invoke-WebRequest -Uri "https://git.bunny-lab.io/bunny-lab/Borealis/archive/main.zip" -OutFile $updateZip } Run-Step "Updating: Extract Update Files" {