fix(install): 12 implies arm64 on Windows

This commit is contained in:
Jan De Dobbeleer 2023-01-14 10:56:29 +01:00 committed by Jan De Dobbeleer
parent 8452b5b1e4
commit f502d1c108

View file

@ -38,7 +38,7 @@ switch ($arch) {
$installer = "install-386.exe" $installer = "install-386.exe"
} }
} }
12 { $installer = "install-amd64.exe" } # x64 emulated on Surface Pro X 12 { $installer = "install-arm64.exe" } # Surface Pro X
} }
if ($installer -eq '') { if ($installer -eq '') {