From b0a8d825b356bc9ffe44235787038e14d811d9f6 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 1 May 2018 13:40:21 -0500 Subject: [PATCH] Clarify the text on Windows for ARM support --- docs/tutorial/support.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/tutorial/support.md b/docs/tutorial/support.md index d9913c43f0..98871ea5a1 100644 --- a/docs/tutorial/support.md +++ b/docs/tutorial/support.md @@ -69,7 +69,12 @@ Windows 7 and later are supported, older operating systems are not supported (and do not work). Both `ia32` (`x86`) and `x64` (`amd64`) binaries are provided for Windows. -Please note, the `ARM` version of Windows is not supported for now. + +The Windows `ARM` binaries are not supported yet due to limited team +resources; however, they contain no reported blockers. + +Another option for running Electron apps on Windows for `ARM` devices is +to use the ia32 emulator that comes with Windows for ARM. ### Linux