Commit 4a1ffe0
authored
Skip auto-update on unsupported Windows architectures (#4298)
While PowerShell now works on ARM64 Windows, it does not yet have an MSI
installer, so for now instead of erroneously attempting to install the
x64 version, we just recommend that the user update (like we do for
Linux). Note that the string is now capitalized due to a server-side
change that simply returns .NET's
`System.Runtime.InteropServices.Architecture` enum as a string.1 parent 6152c60 commit 4a1ffe0
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | | - | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
0 commit comments