From d0903ceeec407b1bee6959db7cf2eddce2f68f40 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Fri, 15 Mar 2024 14:59:17 +0000 Subject: [PATCH] Update AIO minimum Windows version requirement to 8.1 64-bit 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 --- aio/grampsaio64.nsi.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/grampsaio64.nsi.template b/aio/grampsaio64.nsi.template index 7843e8654b6..ad9f5984645 100644 --- a/aio/grampsaio64.nsi.template +++ b/aio/grampsaio64.nsi.template @@ -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}