From 83f94f8368ad99626a844aabe26779cc81a51a17 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 19 Sep 2007 16:07:57 +0100 Subject: [PATCH] WinGit: include libcurl-4.dll For obvious reasons, http-push fails if we do not install libcurl's dll... Signed-off-by: Johannes Schindelin --- share/WinGit/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/WinGit/release.sh b/share/WinGit/release.sh index 603b775c..7358b7aa 100644 --- a/share/WinGit/release.sh +++ b/share/WinGit/release.sh @@ -25,7 +25,7 @@ tar xvf - && gitmd5=$(md5sum bin/git.exe | cut -c 1-32) && md5sum bin/git-*.exe | sed -n "s/^$gitmd5 \\*//p" > fileList-builtins.txt && rm $(cat fileList-builtins.txt) && -(cd /mingw && tar cf - bin/*{tcl,tk,wish,gpg,curl.exe}* \ +(cd /mingw && tar cf - bin/*{tcl,tk,wish,gpg,curl.exe,libcurl}* \ lib/*{tcl,tk}* libexec/gnupg/) | tar xvf - && strip bin/{[a-fh-z],g[a-oq-z]}*.exe && -- 2.11.4.GIT