From c8c0bd198ef925406a0c16cfad22335e52a3ffec Mon Sep 17 00:00:00 2001 From: Kurtis Andrews Date: Sun, 26 Apr 2026 20:00:04 +1000 Subject: [PATCH] Update Fixed issue with login being a black screen --- start.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/start.ps1 b/start.ps1 index 7a0496b..a728ec4 100644 --- a/start.ps1 +++ b/start.ps1 @@ -52,6 +52,7 @@ Function Download-Sounds { } Function Set-Login { + Make-Program-Directory Write-Host "Downloading Login Screen" $download = "https://git.tcmeta.net/kurtis/win95ify-11/raw/branch/main/login.png" Invoke-WebRequest $download -Out "$folderPath\login.png"