Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit ef4e5ef

Browse files
author
Immo Landwerth
committed
Beatify output of the download URL
1 parent 8ac1349 commit ef4e5ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.cmd

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ IF NOT EXIST %BUILD_TOOLS_PATH% (
1010
echo In order to build or run this tool you need either Visual Studio 2015 or
1111
echo Microsoft Build Tools 2015 tools installed.
1212
echo.
13-
echo Visit http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs
14-
echo to download either.
13+
echo Visit this page to download either:
14+
echo.
15+
echo http://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs
16+
echo.
1517
goto :eof
1618
)
1719

0 commit comments

Comments
 (0)