Remove Vista as possibly working

Vista crashes on startup because Win7 touch APIs aren't present - this is fine, but we want to tell people out of the gate that it won't work
This commit is contained in:
Paul Betts 2015-10-03 09:02:50 -07:00
parent 9a2e2b365d
commit bb938b02d8

View file

@ -8,9 +8,9 @@ Only 64bit binaries are provided for OS X, and the minimum OS X version supporte
### Windows
Windows 7 and later are supported, Electron should be able to run on Windows Vista, but there is no testing done on it.
Windows 7 and later are supported, older operating systems are not supported (and do not work).
Both `x86` and `x64` binaries are provided for Windows, and `ARM` version of Windows is not supported for now.
Both `x86` and `amd64` (x64) binaries are provided for Windows, and `ARM` version of Windows is not supported for now.
### Linux