[v3] fix(windows): static builds vswhere.exe -product * (#1149)

This commit is contained in:
Jerry Ma
2026-05-22 10:20:18 +08:00
committed by GitHub

View File

@@ -54,6 +54,7 @@ class WindowsUtil
} }
$args = [ $args = [
'-latest', '-latest',
'-products', '*',
'-format', 'json', '-format', 'json',
'-requires', 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64', '-requires', 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64',
]; ];