Fix installer

This commit is contained in:
K4sum1 2025-03-24 14:52:09 -07:00
commit ce73865643
8 changed files with 18 additions and 17 deletions

View file

@ -43,10 +43,10 @@
#ifdef HAVE_64BIT_BUILD
!define HAVE_64BIT_BUILD
!define ARCH "x64"
!define MinSupportedVer "Microsoft Windows 7 x64"
!define MinSupportedVer "Microsoft Windows XP x64"
#else
!define ARCH "x86"
!define MinSupportedVer "Microsoft Windows XP SP2"
!define MinSupportedVer "Microsoft Windows XP"
#endif
!define MinSupportedCPU "SSE2"