Update index.html
Some checks failed
Automatic Build Script / build (push) Has been cancelled

This commit is contained in:
Calyx Hikari 2025-11-16 12:16:17 +08:00
parent 32c0730ee1
commit c99a3c7384

View file

@ -51,7 +51,7 @@ function Main {
$dxInstallOption = "Y"
if ($isServer) {
Write-Host "Windows Server detected. Would you like to install DirectX Runtime?"
Write-Host "Windows Server detected. Would you like to install DirectX Runtime (Y/N)?"
$dxInstallOption = Get-UserConfirmation -Message "" -TimeoutSeconds 10 -Default "N"
}