refactoring app name to spacetris and new icon
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user