From b865a3439090118e7c66500b7ee80149502f6262 Mon Sep 17 00:00:00 2001 From: Calyx Hikari Date: Wed, 29 Oct 2025 00:05:05 +0800 Subject: [PATCH] Update build version --- net35 | 1 + 1 file changed, 1 insertion(+) diff --git a/net35 b/net35 index 7f18651..26c1d87 100644 --- a/net35 +++ b/net35 @@ -7,6 +7,7 @@ function Main { } $procArch = $Env:PROCESSOR_ARCHITECTURE + $buildVersion = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').CurrentBuild if ($procArch -eq 'ARM') { Write-Warning "This script does not support Windows RT. Exiting..." return 1