We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65c1ae commit b995a1dCopy full SHA for b995a1d
install.sh
@@ -72,7 +72,7 @@ if (cmake -S . -B "$CMAKE_PROJECT_DIR" -DCMAKE_BUILD_TYPE=Release -G "Unix Makef
72
echo "Because of Windows-specific limitations, it is not possible to create a link to it."
73
echo "You can run it from $HOME/$PROJECT_NAME as .\\$PROJECT_NAME$EXEC_EXTENSION"
74
echo "Or you can run CMD.EXE with administrative privileges and type: "
75
- echo 'mklink "%userprofile%\weather-forecast.exe" "%userprofile%\weather-forecast\weather-forecast.exe"'
+ echo 'mklink "%userprofile%\cpp_tests.exe" "%userprofile%\cpp_tests\cpp_tests.exe"'
76
echo ''
77
mkdir "$HOME/$PROJECT_NAME"
78
cp "$CMAKE_PROJECT_DIR/$PROJECT_NAME$EXEC_EXTENSION" "$HOME/$PROJECT_NAME/$PROJECT_NAME$EXEC_EXTENSION"
0 commit comments