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"