mirror of
https://github.com/msvc-win/get.msvc.win.git
synced 2025-12-16 13:17:26 +00:00
Fix server check
This commit is contained in:
parent
c67816dcd0
commit
32c0730ee1
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ function Main {
|
||||||
if ($item.Name -Match "x64" -and $procArch -ne "AMD64" -and $buildVersion -lt 21390) {
|
if ($item.Name -Match "x64" -and $procArch -ne "AMD64" -and $buildVersion -lt 21390) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if ($item.Name -Match "directx" -and $isServer) {
|
if ($item.Name -Match "directx" -and $dxInstallOption -eq "N") {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
$line = "$($item.Url)`n out=$($item.Name)"
|
$line = "$($item.Url)`n out=$($item.Name)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue