From 49cab41fdfcfc6b5a883ee5682a3a327efb25047 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 1 May 2018 14:25:18 -0500 Subject: [PATCH] Tweak ARM support with suggestion from jkleinsc --- docs/tutorial/support.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/support.md b/docs/tutorial/support.md index 98871ea5a1..73f2ac3f7b 100644 --- a/docs/tutorial/support.md +++ b/docs/tutorial/support.md @@ -69,9 +69,8 @@ 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. - -The Windows `ARM` binaries are not supported yet due to limited team -resources; however, they contain no reported blockers. +Running Electron apps on Windows for ARM devices is possible by using the +ia32 binary. Another option for running Electron apps on Windows for `ARM` devices is to use the ia32 emulator that comes with Windows for ARM.