Commit 43d0bb1
fix(updater): detect ARM64 architecture for update download
platform.architecture() returns '64bit' on ARM64, causing the updater
to download the x64 installer. Check platform.machine() first to
correctly identify ARM64 Windows.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c70906b commit 43d0bb1
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
150 | 153 | | |
151 | 154 | | |
152 | 155 | | |
| |||
0 commit comments