Add SSL libs

This commit is contained in:
ArsenArsen 2017-07-08 12:28:47 +02:00
parent 932df609cf
commit 6c4efc4340
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ addFile /c/Qt/5.9/mingw53_32/bin/LIBSTDC++-6.DLL
addFile /c/Qt/5.9/mingw53_32/bin/LIBWINPTHREAD-1.DLL
addFile /c/Qt/5.9/mingw53_32/bin/LIBGCC_S_DW2-1.DLL
for filename in /c/OpenSSL-Win32/bin/*.dll; do
addFile $filename
done
ls
cat installer.iss.pattern.bottom >> installer.iss