Update postInstall.ps1

Remove the architecture numbers comment (duplicated)
This commit is contained in:
Namhyeon, Go 2025-12-02 15:21:32 +09:00
parent c240f8dfa8
commit bf4b2214bc

View File

@ -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