Skip to content

Commit 7d84560

Browse files
tools: update Visual Studio reference to 2022 in install script
The install_tools.bat script displayed an outdated URL reference to visualstudio2019-workload-vctools in the license information, while the actual installation command correctly uses visualstudio2022-workload-vctools. This updates the URL displayed to users to match the package that is actually being installed. Fixes: #60733
1 parent 478a5e6 commit 7d84560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msvs/install_tools/install_tools.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo license terms or not. Read and understand the license terms of the packages
3939
echo being installed and their dependencies prior to installation:
4040
echo - https://chocolatey.org/packages/chocolatey
4141
echo - https://chocolatey.org/packages/python
42-
echo - https://chocolatey.org/packages/visualstudio2019-workload-vctools
42+
echo - https://chocolatey.org/packages/visualstudio2022-workload-vctools
4343
echo.
4444
echo This script is provided AS-IS without any warranties of any kind
4545
echo ----------------------------------------------------------------

0 commit comments

Comments
 (0)