From bba229b5b24f5939776710366fc8893a2963d2fb Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 30 Sep 2019 07:45:27 +1000 Subject: [PATCH] fixes #1096 --- appveyor-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor-build.sh b/appveyor-build.sh index 94a22d1b2..d87bf6c54 100644 --- a/appveyor-build.sh +++ b/appveyor-build.sh @@ -43,7 +43,7 @@ do done # For some reason, this dep doesn't get listed by ldd but is necessary regardless -cp /$MINGW_PATH/libcrypto*.dll . +cp /$MINGW_PATH/bin/libcrypto*.dll . # Create package name PKGNAME=Olive-$GITHASH-Windows-$ARCH @@ -55,4 +55,4 @@ cp app/packaging/windows/nsis/* . # Package portable touch olive/portable -7z a $PKGNAME.zip olive \ No newline at end of file +7z a $PKGNAME.zip olive