From bb70e91a6d6e2751258f64756590161062616916 Mon Sep 17 00:00:00 2001
From: holgern <holgernahrstaedt@gmx.de>
Date: Tue, 12 Feb 2019 13:15:06 +0100
Subject: [PATCH] Copy correct dll

---
 appveyor.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index c93bdd1a..7a29f22d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -69,8 +69,8 @@ after_test:
 - cmd: pyinstaller beempy-onefile.spec
 
 # package artifacts
-- cmd: copy /Y C:\OpenSSL-Win64\bin\libeay32.dll dist\beempy
-- cmd: copy /Y C:\OpenSSL-Win64\bin\ssleay32.dll dist\beempy
+- cmd: copy /Y C:\OpenSSL-v111-Win64\bin\libcrypto-1_1-x64.dll dist\beempy
+- cmd: copy /Y C:\OpenSSL-v111-Win64\bin\libssl-1_1-x64.dll dist\beempy
 # - cmd: 7z a -衫x9 beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
 #- ps: 7z a -m0=LZMA2 -mx9 $env:BUILD .\dist\beempy
 - ps: 7z a $env:BUILD .\dist\beempy
-- 
GitLab