From 942c4ae9915ffad2c49df2a1b47ef96b5ddfa598 Mon Sep 17 00:00:00 2001 From: Dan Nechita Date: Tue, 8 Dec 2015 10:53:32 +0200 Subject: [PATCH] Appveyor: Use the msvcr120.dll provided by OpenSSL package This fixes the issue we're having when running Pixelpulse2 on a 64-bit Windows 10 where the msvcr120.dll is not recognized by the openssl dlls and because of that the application cannot download data from internet. Signed-off-by: Dan Nechita --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4f2568d2..8f6ba613 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,8 +27,7 @@ after_build: cp C:\OpenSSL-Win32\libeay32.dll distrib cp C:\OpenSSL-Win32\libssl32.dll distrib cp C:\OpenSSL-Win32\ssleay32.dll distrib - cp C:\Windows\System32\msvcr120.dll distrib - cp C:\Windows\System32\msvcp120.dll distrib + cp C:\OpenSSL-Win32\bin\msvcr120.dll distrib 7z a -y distrib.zip distrib } appveyor PushArtifact release\pixelpulse2.exe