mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 05:08:29 -06:00
Fixed Updater Logic
This commit is contained in:
@ -524,8 +524,8 @@ switch ($choice) {
|
|||||||
$updateDir = Join-Path $stagingPath "borealis"
|
$updateDir = Join-Path $stagingPath "borealis"
|
||||||
}
|
}
|
||||||
|
|
||||||
Run-Step "Updating: Download Update from https://git.bunny-lab.io/Borealis/Borealis/archive/main.zip" {
|
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/Borealis/Borealis/archive/main.zip" -OutFile $updateZip
|
Invoke-WebRequest -Uri "https://git.bunny-lab.io/bunny-lab/Borealis/archive/main.zip" -OutFile $updateZip
|
||||||
}
|
}
|
||||||
|
|
||||||
Run-Step "Updating: Extract Update Files" {
|
Run-Step "Updating: Extract Update Files" {
|
||||||
|
Reference in New Issue
Block a user