Update build version

This commit is contained in:
Calyx Hikari 2025-10-29 00:05:05 +08:00
parent 0a96eae418
commit b865a34390

1
net35
View file

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