refactoring app name to spacetris and new icon
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
REM Build and run debug executable for the Tetris project
|
||||
REM Build and run debug executable for the Spacetris project
|
||||
SETLOCAL
|
||||
cd /d "%~dp0"
|
||||
cmake --build build-msvc --config Debug
|
||||
@ -7,5 +7,5 @@ if errorlevel 1 (
|
||||
echo Build failed.
|
||||
exit /b %ERRORLEVEL%
|
||||
)
|
||||
"%~dp0build-msvc\Debug\tetris.exe"
|
||||
"%~dp0build-msvc\Debug\spacetris.exe"
|
||||
ENDLOCAL
|
||||
|
||||
Reference in New Issue
Block a user