Skip to content

Commit

Permalink
Fix build error of Windows installer (drop Vista support)
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 authored Jun 13, 2024
1 parent 6cc7e47 commit 01e8067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/windows/installer/DOSBox-X-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 01e8067

Please sign in to comment.