1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 16:23:12 +02:00

copy curl-ca-bundle.crt

This commit is contained in:
Bram Matthys
2006-01-25 15:10:50 +00:00
parent c916651eb4
commit 88da136dda
+1 -1
View File
@@ -81,7 +81,7 @@ Source: "c:\dev\zlib\dll32\zlibwapi.dll"; DestDir: "{app}"; Flags: ignoreversion
#ifdef USE_CURL
; curl with ssl support
Source: "c:\dev\curl-ssl\lib\libcurl.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "c:\dev\curl-ssl\lib\ca-bundle.crt"; DestDir: "{app}"; DestName: "curl-ca-bundle.crt"; Flags: ignoreversion
Source: "..\..\curl-ca-bundle.crt"; DestDir: "{app}"; Flags: ignoreversion
#endif
#else
#ifdef USE_CURL