From 0a96eae4180d7ece4637f0f6401ff7be2dc0b8af Mon Sep 17 00:00:00 2001 From: Calyx Hikari Date: Wed, 29 Oct 2025 00:03:25 +0800 Subject: [PATCH] Fix typo --- dx | 2 +- net35 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dx b/dx index fd2edeb..de1f37d 100644 --- a/dx +++ b/dx @@ -26,7 +26,7 @@ function Main { if (-not $IsAdmin) { Write-Host "Elevation required. Relaunching..." $tempScript = [IO.Path]::ChangeExtension([IO.Path]::GetTempFileName(), ".ps1") - Invoke-WebRequest -Uri "https://get.msvc.win/" -OutFile $tempScript + Invoke-WebRequest -Uri "https://get.msvc.win/dx" -OutFile $tempScript Start-Process powershell -Verb RunAs -ArgumentList "-NoProfile -ExecutionPolicy Bypass -File `"$tempScript`"" Start-Sleep -Seconds 10 if (-Not (Test-Path $flagPath)) { diff --git a/net35 b/net35 index 0006e4c..7f18651 100644 --- a/net35 +++ b/net35 @@ -26,7 +26,7 @@ function Main { if (-not $IsAdmin) { Write-Host "Elevation required. Relaunching..." $tempScript = [IO.Path]::ChangeExtension([IO.Path]::GetTempFileName(), ".ps1") - Invoke-WebRequest -Uri "https://get.msvc.win/" -OutFile $tempScript + Invoke-WebRequest -Uri "https://get.msvc.win/net35" -OutFile $tempScript Start-Process powershell -Verb RunAs -ArgumentList "-NoProfile -ExecutionPolicy Bypass -File `"$tempScript`"" Start-Sleep -Seconds 10 if (-Not (Test-Path $flagPath)) {