From b995a1d83ee8ef4416880a4c5414feb374a6d827 Mon Sep 17 00:00:00 2001 From: bialger Date: Wed, 14 Aug 2024 15:40:15 +0300 Subject: [PATCH] Fixed some names in installation script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c568afc..db58cdc 100644 --- a/install.sh +++ b/install.sh @@ -72,7 +72,7 @@ if (cmake -S . -B "$CMAKE_PROJECT_DIR" -DCMAKE_BUILD_TYPE=Release -G "Unix Makef echo "Because of Windows-specific limitations, it is not possible to create a link to it." echo "You can run it from $HOME/$PROJECT_NAME as .\\$PROJECT_NAME$EXEC_EXTENSION" echo "Or you can run CMD.EXE with administrative privileges and type: " - echo 'mklink "%userprofile%\weather-forecast.exe" "%userprofile%\weather-forecast\weather-forecast.exe"' + echo 'mklink "%userprofile%\cpp_tests.exe" "%userprofile%\cpp_tests\cpp_tests.exe"' echo '' mkdir "$HOME/$PROJECT_NAME" cp "$CMAKE_PROJECT_DIR/$PROJECT_NAME$EXEC_EXTENSION" "$HOME/$PROJECT_NAME/$PROJECT_NAME$EXEC_EXTENSION"