mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-29 12:01:07 -08:00
fix(install): 12 implies arm64 on Windows
This commit is contained in:
parent
8452b5b1e4
commit
f502d1c108
|
@ -38,7 +38,7 @@ switch ($arch) {
|
|||
$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 '') {
|
||||
|
|
Loading…
Reference in a new issue