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:
parent
9a2e2b365d
commit
bb938b02d8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue