Minor Changes

This commit is contained in:
2025-08-06 18:56:40 -06:00
parent 3c563af8b4
commit 5d045a45de

View File

@@ -29,7 +29,7 @@ Clear-Host
███████████ ░░██████ █████ ░░██████ ░░████████ █████ █████ ██████ ███████████ ░░██████ █████ ░░██████ ░░████████ █████ █████ ██████
░░░░░░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░ ░░░░░░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░
'@ | Write-Host -ForegroundColor DarkCyan '@ | Write-Host -ForegroundColor DarkCyan
Write-Host "Drag-&-Drop Automation Orchestration | Macros | Data Collection & Analysis" -ForegroundColor DarkGray Write-Host "Automation Platform" -ForegroundColor DarkGray
Write-Host " " Write-Host " "
Write-Host "Ensuring Dependencies Exist..." -ForegroundColor DarkCyan Write-Host "Ensuring Dependencies Exist..." -ForegroundColor DarkCyan
# ---------------------- ASCII Art Terminal Required Changes ---------------------- # ---------------------- ASCII Art Terminal Required Changes ----------------------
@@ -260,7 +260,7 @@ Clear-Host
███████████ ░░██████ █████ ░░██████ ░░████████ █████ █████ ██████ ███████████ ░░██████ █████ ░░██████ ░░████████ █████ █████ ██████
░░░░░░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░ ░░░░░░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░
'@ | Write-Host -ForegroundColor DarkCyan '@ | Write-Host -ForegroundColor DarkCyan
Write-Host "Drag-&-Drop Automation Orchestration | Macros | Data Collection & Analysis" -ForegroundColor DarkGray Write-Host "Automation Platform" -ForegroundColor DarkGray
foreach ($tool in @($pythonExe, $nodeExe, $npmCmd, $npxCmd)) { foreach ($tool in @($pythonExe, $nodeExe, $npmCmd, $npxCmd)) {
if (-not (Test-Path $tool)) { if (-not (Test-Path $tool)) {