Commit cb77508
feat: support upgrading from ARM to ARM, rather than upgrading to x64 in window and linux (electron-userland#9059)
Currently, there is no distinction between ARM and x64 on Windows and
Linux, causing ARM devices to download the x64 version, which then fails
to open. This PR aims to resolve this issue.
macOS already supports ARM and has a more complex Rosetta mode, so it
will retain the original filtering mechanism. Only Linux and Windows
will adopt the new filtering approach.
---------
Co-authored-by: Mike Maietta <[email protected]>1 parent 312938d commit cb77508
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
0 commit comments