From 01e80670a856217b80698e1570d4ef70a81133e5 Mon Sep 17 00:00:00 2001 From: maron2000 <68574602+maron2000@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:25:29 +0900 Subject: [PATCH] Fix build error of Windows installer (drop Vista support) --- contrib/windows/installer/DOSBox-X-installer.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/windows/installer/DOSBox-X-installer.iss b/contrib/windows/installer/DOSBox-X-installer.iss index 49c6373152..03986d29d1 100644 --- a/contrib/windows/installer/DOSBox-X-installer.iss +++ b/contrib/windows/installer/DOSBox-X-installer.iss @@ -43,8 +43,8 @@ PrivilegesRequired=admin UninstallDisplayName={#MyAppName} {#MyAppVersion} {#MyAppBit} UninstallDisplayIcon={app}\{#MyAppExeName} WizardSmallImageFile=..\..\icons\dosbox-x.bmp -;MinVersion below 6.1 is not recommended, however set to 6.0 to support Vista -MinVersion=6.0 +;MinVersion 6.0 is required for Vista, however no longer supported +MinVersion=6.1 [Messages] InfoBeforeLabel=Please read the general information about DOSBox-X below.