From e4439b5b346e67b5ed2497f8f49d5a3b0dc6abb2 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 16 May 2025 00:21:31 -0600 Subject: [PATCH] Minor Changes --- Borealis.ps1 | 5 +++-- Data/version.txt | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 Data/version.txt diff --git a/Borealis.ps1 b/Borealis.ps1 index 68ead3a..46df86c 100644 --- a/Borealis.ps1 +++ b/Borealis.ps1 @@ -103,7 +103,8 @@ Write-Host " 3) Build Electron App " -NoNewline -ForegroundColor DarkGray Write-Host "[Experimental]" -ForegroundColor Red Write-Host " 4) Package Self-Contained EXE of Server or Agent " -NoNewline -ForegroundColor DarkGray Write-Host "[Experimental]" -ForegroundColor Red -Write-Host " 5) Update Borealis" -ForegroundColor DarkGray +Write-Host " 5) Update Borealis" -NoNewLine -ForegroundColor DarkGray +Write-Host "[Requires Re-Build]" -ForegroundColor Red Write-Host "Type a number and press " -NoNewLine Write-Host "" -ForegroundColor DarkCyan $choice = Read-Host @@ -364,7 +365,7 @@ switch ($choice) { #Rename-Item -ErrorAction SilentlyContinue (Join-Path $scriptDir "Launch-Borealis.sh") "Launch-Borealis.sh.bak" } - Run-Step "Updating: Creating Update Staging Folder" { + Run-Step "Updating: Create Update Staging Folder" { # Ensure staging folder exists $stagingPath = Join-Path $scriptDir "Update_Staging" if (-not (Test-Path $stagingPath)) { diff --git a/Data/version.txt b/Data/version.txt deleted file mode 100644 index f3c0ab3..0000000 --- a/Data/version.txt +++ /dev/null @@ -1 +0,0 @@ -1.002 \ No newline at end of file