mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 18:47:37 -07:00
Enforce min Windows version in NSIS installer
This commit is contained in:
parent
56c0f39593
commit
5d0d8a0b7b
60 changed files with 122 additions and 0 deletions
5
dist/windows/installer.nsi
vendored
5
dist/windows/installer.nsi
vendored
|
@ -198,6 +198,11 @@ Function .onInit
|
|||
|
||||
!insertmacro Init "installer"
|
||||
!insertmacro MUI_LANGDLL_DISPLAY
|
||||
|
||||
${IfNot} ${AtLeastWin7}
|
||||
MessageBox MB_OK|MB_ICONEXCLAMATION $(inst_requires_win7)
|
||||
Abort
|
||||
${EndIf}
|
||||
|
||||
!ifdef APP64BIT
|
||||
${IfNot} ${RunningX64}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue