refactoring app name to spacetris and new icon

This commit is contained in:
2025-12-21 10:29:01 +01:00
parent 18c29fed1e
commit a6c2c78cb5
26 changed files with 402 additions and 951 deletions

View File

@ -149,7 +149,7 @@ if ($NoRun) {
exit 0
}
$exePath = Join-Path $root "build-msvc\Debug\tetris.exe"
$exePath = Join-Path $root "build-msvc\Debug\spacetris.exe"
if (-not (Test-Path $exePath)) {
Write-Error "Executable not found: $exePath"
exit 1