Skip to content

Commit 942c4ae

Browse files
committed
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 <[email protected]>
1 parent a4ee321 commit 942c4ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ after_build:
2727
cp C:\OpenSSL-Win32\libeay32.dll distrib
2828
cp C:\OpenSSL-Win32\libssl32.dll distrib
2929
cp C:\OpenSSL-Win32\ssleay32.dll distrib
30-
cp C:\Windows\System32\msvcr120.dll distrib
31-
cp C:\Windows\System32\msvcp120.dll distrib
30+
cp C:\OpenSSL-Win32\bin\msvcr120.dll distrib
3231
7z a -y distrib.zip distrib
3332
}
3433
appveyor PushArtifact release\pixelpulse2.exe

0 commit comments

Comments
 (0)