Skip to content

Commit

Permalink
Getting ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLMcGuire committed Aug 15, 2024
1 parent 35028e7 commit 43e1fc9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/src/make/make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 43e1fc9

Please sign in to comment.