Skip to content

Commit

Permalink
Include libs in Windows release.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulthomson committed Apr 7, 2017
1 parent 6d53363 commit 592879a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3-release-appveyor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 592879a

Please sign in to comment.