From 43e1fc97747f626390adb23019dd403f0ed3ddbe Mon Sep 17 00:00:00 2001 From: Daniel McGuire <146508360+DanielLMcGuire@users.noreply.github.com> Date: Thu, 15 Aug 2024 01:17:48 -0500 Subject: [PATCH] Getting ready for release --- tools/src/make/make.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/src/make/make.ps1 b/tools/src/make/make.ps1 index 8bff2e0..1619f16 100644 --- a/tools/src/make/make.ps1 +++ b/tools/src/make/make.ps1 @@ -33,11 +33,7 @@ if ($clean) { Remove-Item -Path *.res -Recurse -Force Write-Host "Cleaned Directories." -ForegroundColor Green Clear-Host - Write-Host "Untited-Game Make Script" - Write-Host "(c) 2024 Daniel McGuire" - Write-Host "" } -clear-host Write-Host "Untited-Game Make Script" Write-Host "(c) 2024 Daniel McGuire" Write-Host "" @@ -77,7 +73,6 @@ if ($help -or $h) { } if ($setupengine) { - clear-host # Define paths for SFML $sfmlZipUrl = "https://www.sfml-dev.org/files/SFML-2.6.1-windows-vc17-32-bit.zip" $sfmlTempZipPath = "$env:TEMP\SFML-2.6.1-windows-vc17-32-bit.zip" @@ -166,7 +161,6 @@ if ($compile) { Copy-Item -Path 3rdpty\bin\* -Destination bin\ -Recurse Copy-Item -Path 3rdpty\bin\* -Destination tools\bin\ -Recurse Write-Host "Copied DLLs" -ForegroundColor Green - Clear-Host if ($tweaker -or $tools -or $all) { Write-Host "Compiling level tweaker..." -ForegroundColor Yellow pip install pyinstaller