summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-10-08 01:50:16 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-10-08 01:50:16 +0200
commitb859949c37614259c9b58f801f15985cfd61c305 (patch)
treed9955e8b3feb5a674af3c9bc7e8d0379142393f0 /build
parentd3d82fa68dad9ad7f101446e0f717df6fecca3f5 (diff)
install certs
Diffstat (limited to 'build')
-rw-r--r--build/release-x86.bat1
-rw-r--r--build/xchat-wdk.iss1
2 files changed, 2 insertions, 0 deletions
diff --git a/build/release-x86.bat b/build/release-x86.bat
index 969bde63..0e0b77ba 100644
--- a/build/release-x86.bat
+++ b/build/release-x86.bat
@@ -42,6 +42,7 @@ copy %ENCHANT_BIN%\..\COPYING %XCHAT_DEST%\LICENSE.ENCHANT
 copy %SSL_BIN%\libeay32.dll %XCHAT_DEST%
 copy %SSL_BIN%\ssleay32.dll %XCHAT_DEST%
 copy %SSL_BIN%\zlib1.dll %XCHAT_DEST%
+copy %SSL_BIN%\cert.pem %XCHAT_DEST%
 copy %ENCHANT_BIN%\libenchant.dll %XCHAT_DEST%
 xcopy /q /s /i %ENCHANT_BIN%\..\lib\enchant\libenchant_myspell.dll %XCHAT_DEST%\lib\enchant\
 xcopy /q /s /i ..\plugins\ewc\xcewc.dll %XCHAT_DEST%\plugins\
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss
index 1e46f30e..1ff42aac 100644
--- a/build/xchat-wdk.iss
+++ b/build/xchat-wdk.iss
@@ -64,6 +64,7 @@ Name: perl510; Description: "5.10"; GroupDescription: "Perl version:"; Flags: ex
 Name: perl512; Description: "5.12"; GroupDescription: "Perl version:"; Flags: exclusive; Components: langs\perl

 

 [Files]

+Source: "cert.pem"; DestDir: "{app}"; Components: libs

 Source: "COPYING"; DestDir: "{app}"; Components: libs

 Source: "LICENSE.OPENSSL"; DestDir: "{app}"; Components: libs

 Source: "LICENSE.ZLIB"; DestDir: "{app}"; Components: libs