msys2 / msys2-installer

The one-click installer for MSYS2
BSD 3-Clause "New" or "Revised" License
561 stars 87 forks source link

Check the Windows version and error out if it's not supported #56

Closed lazka closed 1 year ago

lazka commented 1 year ago

Currently it's Windows 7+. In the future we might bump it to 8.1 (so >= kernel 6.3) .

Fixes #55

lazka commented 1 year ago

Based on https://doc.qt.io/qtinstallerframework/qtinstallerframework-systeminfo-example.html

This doesn't prevent installing when going the non-GUI route.