From 0102c3b103b8d271b6301d4ca22cf30288d3da5f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 7 Oct 2013 13:01:34 +0000 Subject: [PATCH] Don't use capital "H" in the header archives names. This is inconsistent with "docs" and is just strange. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/tools/git-make-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/git-make-release b/build/tools/git-make-release index 6dcfc9681f..b85ce95c37 100755 --- a/build/tools/git-make-release +++ b/build/tools/git-make-release @@ -81,4 +81,4 @@ set -x zip -q -r ../$prefix.zip . 7z a ../$prefix.7z . >/dev/null -7z a ../${prefix}_Headers.7z include >/dev/null +7z a ../${prefix}_headers.7z include >/dev/null