mirror of
https://github.com/msvc-win/get.msvc.win.git
synced 2025-12-15 12:47:40 +00:00
Update index.html
This commit is contained in:
parent
6dc822a57e
commit
70ee0e0abc
1 changed files with 6 additions and 0 deletions
|
|
@ -222,6 +222,12 @@ function Main {
|
|||
Start-Sleep -Seconds 2
|
||||
Remove-Item -Path $tempDir -Recurse -Force -ErrorAction SilentlyContinue
|
||||
Remove-Item -Path $flagPath -Force -ErrorAction SilentlyContinue
|
||||
|
||||
# --- Show DirectX installation info for Server ---
|
||||
if ($isServer) {
|
||||
Write-Warning "DirectX wasn't installed. To install it, execute following command:"
|
||||
Write-Host "irm https://get.msvc.win/dx | iex"
|
||||
}
|
||||
}
|
||||
|
||||
Main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue