diff options
author | TingPing <tingping@fedoraproject.org> | 2014-07-19 10:06:29 -0400 |
---|---|---|
committer | TingPing <tingping@fedoraproject.org> | 2014-07-19 10:06:29 -0400 |
commit | 9372972ad4430c6248c9dbd6b339b595ed5762bd (patch) | |
tree | 73a7e494cc158ad32687ad5fb76b43dc9cb8206f /win32/installer/hexchat.iss.tt | |
parent | 121cb8b88d32b1c2398b9f03f7e8a7c7b27e8391 (diff) |
win32: Don't allow installing on Vista
It does not run on Vista
Diffstat (limited to 'win32/installer/hexchat.iss.tt')
-rw-r--r-- | win32/installer/hexchat.iss.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt index 3dd0849c..105c1e93 100644 --- a/win32/installer/hexchat.iss.tt +++ b/win32/installer/hexchat.iss.tt @@ -46,7 +46,7 @@ ArchitecturesInstallIn64BitMode=x64 #else ArchitecturesAllowed=x86 x64 #endif -MinVersion=6.0 +MinVersion=6.1 WizardImageFile={#PROJECTDIR}wizardimage.bmp WizardSmallImageFile={#PROJECTDIR}wizardsmallimage.bmp SetupIconFile={#PROJECTDIR}..\..\data\icons\hexchat.ico |