docs: add note About Apple Silicon (#27486)
This commit is contained in:
parent
931e29cd64
commit
f24348485a
1 changed files with 3 additions and 1 deletions
|
@ -96,13 +96,15 @@ Following platforms are supported by Electron:
|
||||||
Only 64bit binaries are provided for macOS, and the minimum macOS version
|
Only 64bit binaries are provided for macOS, and the minimum macOS version
|
||||||
supported is macOS 10.10 (Yosemite).
|
supported is macOS 10.10 (Yosemite).
|
||||||
|
|
||||||
|
Native support for Apple Silicon (`arm64`) devices was added in Electron 11.0.0.
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
Windows 7 and later are supported, older operating systems are not supported
|
Windows 7 and later are supported, older operating systems are not supported
|
||||||
(and do not work).
|
(and do not work).
|
||||||
|
|
||||||
Both `ia32` (`x86`) and `x64` (`amd64`) binaries are provided for Windows.
|
Both `ia32` (`x86`) and `x64` (`amd64`) binaries are provided for Windows.
|
||||||
[Electron 6.0.8 and later add native support for Windows on Arm (`arm64`) devices](windows-arm.md).
|
[Native support for Windows on Arm (`arm64`) devices was added in Electron 6.0.8.](windows-arm.md).
|
||||||
Running apps packaged with previous versions is possible using the ia32 binary.
|
Running apps packaged with previous versions is possible using the ia32 binary.
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
Loading…
Reference in a new issue