From 862e4717f6fa64d17d0b0b4da7e503a973655321 Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Tue, 30 Sep 2025 22:29:09 -0700 Subject: [PATCH] point users to vcredist aio package --- src/spice2x/util/dependencies.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice2x/util/dependencies.cpp b/src/spice2x/util/dependencies.cpp index 772f324..9d9696f 100644 --- a/src/spice2x/util/dependencies.cpp +++ b/src/spice2x/util/dependencies.cpp @@ -12,7 +12,7 @@ namespace { { "msvcr100.dll", "Visual Studio 2010 (VC++ 10.0) SP1 Redistributable", - "Download and install from https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist", + "Download and install VisualCppRedist_AIO_x86_x64.exe from https://github.com/abbodi1406/vcredist/releases/latest", }, { "d3dx9_43.dll",