Minor update code changes

This commit is contained in:
2025-05-15 23:49:04 -06:00
parent 960c9bf8c2
commit 56ca2a943a
2 changed files with 99 additions and 1 deletions

View File

@ -410,7 +410,6 @@ switch ($choice) {
# Backup launchers
Rename-Item -ErrorAction SilentlyContinue (Join-Path $scriptDir "Launch-Borealis.ps1") "Launch-Borealis.ps1.bak"
Rename-Item -ErrorAction SilentlyContinue (Join-Path $scriptDir "Launch-Borealis.sh") "Launch-Borealis.sh.bak"
Rename-Item -ErrorAction SilentlyContinue (Join-Path $scriptDir "readme.md") "readme.md.bak"
# Ensure staging folder exists
$stagingPath = Join-Path $scriptDir "Update_Staging"