procxx / kepka

Unofficial Telegram Desktop messaging app
https://procxx.github.io
Other
114 stars 29 forks source link

[appveyor] manual copy ssleay32.dll to build directory #215

Closed crackedmind closed 5 years ago

crackedmind commented 5 years ago

We need to copy manually ssleay32.dll to build directory before artifact archiving. Without this library https scheme doesn't work in QNetworkAccessManager. It happens because we linking only with libeay32.dll for hash functions and vcpkg copy only this library when scanning exe dependencis. Qt dynamically load ssleay32.dll