From bf4b2214bceb6ca1940def05a92f289356c0c281 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 2 Dec 2025 15:21:32 +0900 Subject: [PATCH] Update postInstall.ps1 Remove the architecture numbers comment (duplicated) --- postInstall.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/postInstall.ps1 b/postInstall.ps1 index e614663..b78ed8d 100644 --- a/postInstall.ps1 +++ b/postInstall.ps1 @@ -211,7 +211,6 @@ Write-Host "" # ARCHITECTURE DETECTION # ================================ function Get-NativeArchitecture { - # 0 = x86, 5 = ARM, 9 = x64 # https://learn.microsoft.com/windows/win32/cimwin32prov/win32-processor $arch = $null