NSIS: Display correct Minimum Windows OS requirement

PR #20001.
This commit is contained in:
xavier2k6 2023-11-24 08:43:18 +00:00 committed by GitHub
commit 19b88b7f4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 117 additions and 117 deletions

View file

@ -116,7 +116,7 @@ Function .onInit
!insertmacro Init "installer"
!insertmacro MUI_LANGDLL_DISPLAY
${IfNot} ${AtLeastWaaS} 1809 ; Windows 10 1809. Min supported version by Qt6
${IfNot} ${AtLeastWaaS} 1809 ; Windows 10 (1809) / Windows Server 2019. Min supported version by Qt6
MessageBox MB_OK|MB_ICONEXCLAMATION $(inst_requires_win10)
Abort
${EndIf}