Skip to content

Commit b995a1d

Browse files
committed
Fixed some names in installation script
1 parent e65c1ae commit b995a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if (cmake -S . -B "$CMAKE_PROJECT_DIR" -DCMAKE_BUILD_TYPE=Release -G "Unix Makef
7272
echo "Because of Windows-specific limitations, it is not possible to create a link to it."
7373
echo "You can run it from $HOME/$PROJECT_NAME as .\\$PROJECT_NAME$EXEC_EXTENSION"
7474
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"'
75+
echo 'mklink "%userprofile%\cpp_tests.exe" "%userprofile%\cpp_tests\cpp_tests.exe"'
7676
echo ''
7777
mkdir "$HOME/$PROJECT_NAME"
7878
cp "$CMAKE_PROJECT_DIR/$PROJECT_NAME$EXEC_EXTENSION" "$HOME/$PROJECT_NAME/$PROJECT_NAME$EXEC_EXTENSION"

0 commit comments

Comments
 (0)