diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2014-07-10 19:11:04 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2014-07-10 19:11:04 +0200 |
commit | ef5207c990c3c4d33f4c52ba4938563797c253c6 (patch) | |
tree | c9969aceafbd9b3b9e62e4a6aabc99903aa423b0 /kcc.iss | |
parent | Fixed Other profile (diff) | |
download | kcc-ef5207c990c3c4d33f4c52ba4938563797c253c6.tar.gz kcc-ef5207c990c3c4d33f4c52ba4938563797c253c6.tar.bz2 kcc-ef5207c990c3c4d33f4c52ba4938563797c253c6.zip |
Dropped Windows XP support
Diffstat (limited to '')
-rw-r--r-- | kcc.iss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kcc.iss b/kcc.iss index bd78427..02103f7 100644 --- a/kcc.iss +++ b/kcc.iss @@ -30,6 +30,7 @@ UninstallDisplayIcon={app}\{#MyAppExeName} ChangesAssociations=True InfoAfterFile=other\InstallWarning.rtf SignTool=SignTool /d $q{#MyAppName}$q /du $q{#MyAppURL}$q $f +MinVersion=0,6.0 [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" |