diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-14 02:55:18 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-14 02:55:18 +0200 |
commit | 9e4457690adfb864e518de1feed96918583d24cc (patch) | |
tree | b6c25d3ac5ab9e178b03853b90ae45b03c7dddd8 | |
parent | 724af8f8e0243dbda4cd33d6c170997f83346e99 (diff) |
update perl info in the installer too
-rw-r--r-- | build/xchat-wdk-x64.iss | 2 | ||||
-rw-r--r-- | build/xchat-wdk-x86.iss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/xchat-wdk-x64.iss b/build/xchat-wdk-x64.iss index 89e62c27..38c41389 100644 --- a/build/xchat-wdk-x64.iss +++ b/build/xchat-wdk-x64.iss @@ -34,7 +34,7 @@ Name: "translations"; Description: "Translations"; Types: normal full custom Name: "plugins"; Description: "Language Interfaces"; Types: full custom Name: "plugins\lua"; Description: "Lua (experimental)"; Types: full custom Name: "plugins\lua\luawdk"; Description: "Lua-WDK 5.1.4-2"; Types: full custom -Name: "plugins\perl"; Description: "Perl (needs ActivePerl 5.10)"; Types: full custom +Name: "plugins\perl"; Description: "Perl (needs ActivePerl 5.12)"; Types: full custom Name: "plugins\python"; Description: "Python (needs ActivePython 2.6)"; Types: full custom Name: "plugins\tcl"; Description: "Tcl (needs ActiveTcl 8.5)"; Types: full custom diff --git a/build/xchat-wdk-x86.iss b/build/xchat-wdk-x86.iss index 9ddd76d9..d1d8a100 100644 --- a/build/xchat-wdk-x86.iss +++ b/build/xchat-wdk-x86.iss @@ -33,7 +33,7 @@ Name: "translations"; Description: "Translations"; Types: normal full custom Name: "plugins"; Description: "Language Interfaces"; Types: full custom Name: "plugins\lua"; Description: "Lua (experimental)"; Types: full custom Name: "plugins\lua\luawdk"; Description: "Lua-WDK 5.1.4-2"; Types: full custom -Name: "plugins\perl"; Description: "Perl (needs ActivePerl 5.10)"; Types: full custom +Name: "plugins\perl"; Description: "Perl (needs ActivePerl 5.12)"; Types: full custom Name: "plugins\python"; Description: "Python (needs ActivePython 2.6)"; Types: full custom Name: "plugins\tcl"; Description: "Tcl (needs ActiveTcl 8.5)"; Types: full custom |