Update min win10 version from 1703/15063 to 1903/18362

Co-authored-by: Shawn Hoffman <godisgovernment@gmail.com>
This commit is contained in:
iwubcode
2025-03-16 00:29:05 -05:00
parent 99cde4e269
commit 373a1a5dc0
3 changed files with 3 additions and 3 deletions

View File

@ -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."