From 114abd8952fb8a9e34b0b91772ebc8a890018350 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Tue, 1 Apr 2025 18:59:57 +0300 Subject: [PATCH] fixed line 3 --- run.ps1 | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/run.ps1 b/run.ps1 index 5598bbc..0830740 100644 --- a/run.ps1 +++ b/run.ps1 @@ -121,17 +121,18 @@ $PSDefaultParameterValues['Stop-Process:ErrorAction'] = [System.Management.Autom function Show-SpotXRIP { $SpotXRipLogo = @" - - ███████╗██████╗ ██████╗ ████████╗██╗ ██╗ ██████╗ ██╗██████╗ - ██╔════╝██╔══██╗██╔═══██╗╚══██╔══╝╚██╗██╔╝ ██╔══██╗██║██╔══██╗ - ███████╗██████╔╝██║ ██║ ██║ ╚███╔╝ ██████╔╝██║██████╔╝ - ╚════██║██╔═══╝ ██║ ██║ ██║ ██╔██╗ ██╔══██╗██║██╔═══╝ - ███████║██║ ╚██████╔╝ ██║ ██╔╝ ██╗ ██║ ██║██║██║ - ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ + + _____ _ __ __ _____ _____ _____ + / ____| | | \ \ / / | __ \|_ _|| __ \ + | (___ _ __ ___| |_ \ V / | |__) | | | | |__) | + \___ \| '_ \ / _ \ __| > < | _ / | | | ___/ + ____) | |_) | (_) | |_ / . \ | | \ \ _| |_ | | + |_____/| .__/ \___/ \__|/_/ \_\ |_| \_\_____||_| + | | + |_| "@ - # Convert to UTF8 to ensure proper display - $SpotXRipLogo = [System.Text.Encoding]::UTF8.GetString([System.Text.Encoding]::Default.GetBytes($SpotXRipLogo)) + Write-Host $SpotXRipLogo -ForegroundColor Red Write-Host "SpotX is completely broken. The project has officially shut down and is no longer maintained as of today." -ForegroundColor Yellow