From 78b6c70392b92a92c4cf4f91ff7f7425d21eed71 Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Sat, 19 Oct 2024 19:42:24 +1100 Subject: [PATCH] Update vswhere version in install script. --- install_script.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_script.bat b/install_script.bat index a808bc0..6d3f8ce 100644 --- a/install_script.bat +++ b/install_script.bat @@ -5,7 +5,7 @@ REM Defined cript variables set YASMDL=http://www.tortall.net/projects/yasm/releases set YASMVERSION=1.3.0 set VSWHEREDL=https://github.com/Microsoft/vswhere/releases/download -set VSWHEREVERSION=2.8.4 +set VSWHEREVERSION=3.1.7 REM Store current directory and ensure working directory is the location of current .bat set CALLDIR=%CD%