Skip to content

Commit

Permalink
Appveyor: Use the msvcr120.dll provided by OpenSSL package
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dNechita committed Dec 8, 2015
1 parent a4ee321 commit 942c4ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 942c4ae

Please sign in to comment.