From 592879ad24e66c7c68c3a06d4e2227630520da36 Mon Sep 17 00:00:00 2001 From: Paul Thomson Date: Fri, 7 Apr 2017 18:08:42 +0100 Subject: [PATCH] Include libs in Windows release. --- 3-release-appveyor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-release-appveyor.sh b/3-release-appveyor.sh index 798abf5..e43c5d0 100755 --- a/3-release-appveyor.sh +++ b/3-release-appveyor.sh @@ -9,7 +9,7 @@ echo "${COMMIT_ID}" echo "${RELEASE_ZIP}" cd "${INSTALL_DIR}" -7z a "../${RELEASE_ZIP}.zip" *.* +7z a "../${RELEASE_ZIP}.zip" *.* lib cd .. github-release \