From 379998e2f6dad24aadf61b0750816ac95869b82b Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Fri, 3 Aug 2018 15:42:12 -0700 Subject: [PATCH] docs: recommend windows 10 as the minimum build OS I'm pretty sure building on windows 7 doesn't work. --- docs/development/build-instructions-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index 1993d8aa2f4c..11a492e6d56b 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -4,7 +4,7 @@ Follow the guidelines below for building Electron on Windows. ## Prerequisites -* Windows 7 / Server 2008 R2 or higher +* Windows 10 / Server 2008 R2 or higher * Visual Studio 2017 15.7.2 or higher - [download VS 2017 Community Edition for free](https://www.visualstudio.com/vs/) * [Python 2.7](http://www.python.org/download/releases/2.7/)