Update min win10 version from 1703/15063 to 1903/18362
Co-authored-by: Shawn Hoffman <godisgovernment@gmail.com>
This commit is contained in:
parent
99cde4e269
commit
373a1a5dc0
|
@ -137,7 +137,7 @@ Function .onInit
|
|||
!insertmacro MULTIUSER_INIT
|
||||
|
||||
; Keep in sync with build_info.txt
|
||||
!define MIN_WIN10_VERSION 1703
|
||||
!define MIN_WIN10_VERSION 1903
|
||||
${IfNot} ${AtLeastwin10}
|
||||
${OrIfNot} ${AtLeastWaaS} ${MIN_WIN10_VERSION}
|
||||
MessageBox MB_OK "At least Windows 10 version ${MIN_WIN10_VERSION} is required."
|
||||
|
|
|
@ -13,7 +13,7 @@ Please read the [FAQ](https://dolphin-emu.org/docs/faq/) before using Dolphin.
|
|||
### Desktop
|
||||
|
||||
* OS
|
||||
* Windows (10 1703 or higher).
|
||||
* Windows (10 1903 or higher).
|
||||
* Linux.
|
||||
* macOS (10.15 Catalina or higher).
|
||||
* Unix-like systems other than Linux are not officially supported but might work.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Indicate the minimum OS version required for the binary to run properly.
|
||||
// Updater will fail the update if the user does not meet this requirement.
|
||||
OSMinimumVersionWin10=10.0.15063.0
|
||||
OSMinimumVersionWin10=10.0.18362.0
|
||||
OSMinimumVersionWin11=10.0.22000.0
|
||||
|
||||
// This is the runtime which was compiled against - providing a way for Updater to detect if update
|
||||
|
|
Loading…
Reference in New Issue