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"