Skip to content

Commit

Permalink
Update AIO minimum Windows version requirement to 8.1 64-bit
Browse files Browse the repository at this point in the history
The MSYS2 build environment dropped support for Windows 7 and 8.0
on 15th Jan 2023.

https://www.msys2.org/news/#2023-01-15-dropping-support-for-windows-7-and-80
  • Loading branch information
Nick-Hall committed Mar 21, 2024
1 parent 7577741 commit d0903ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio/grampsaio64.nsi.template
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,8 @@ Function .onInit
Quit
${EndIf}

${If} ${AtMostWinXP}
MessageBox MB_OK "Windows Vista and above required"
${If} ${AtMostWin8}
MessageBox MB_OK "Windows 8.1 and above required"
Quit
${EndIf}
;StrCpy $LANGUAGE ${LANG_FRENCH}
Expand Down

0 comments on commit d0903ce

Please sign in to comment.