From fdf768fd8c0fa4181a565a139e806ca3ad0f28fe Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Thu, 28 Jun 2012 10:33:00 +0100 Subject: [PATCH] Ensure git-gui uses the same icon as all other Git programs. Overwrite the stock git-gui icon file with our own resource to provide some visual consistency in the shipped applications. Signed-off-by: Pat Thoyts --- share/WinGit/copy-files.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/share/WinGit/copy-files.sh b/share/WinGit/copy-files.sh index 09448b4f..c7b7a28e 100755 --- a/share/WinGit/copy-files.sh +++ b/share/WinGit/copy-files.sh @@ -98,5 +98,6 @@ cp $MSYSGITROOT/share/WinGit/ReleaseNotes.rtf . && sed 's/^\. .*\(git-completion.bash\)/. \/etc\/\1/' \ < $MSYSGITROOT/etc/profile > etc/profile && cp $MSYSGITROOT/share/resources/git.ico etc/ && +cp $MSYSGITROOT/share/resources/git.ico share/git-gui/lib/git-gui.ico && find bin libexec -iname \*.exe -o -iname \*.dll | sort > etc/fileList-bindimage.txt || exit 1 -- 2.11.4.GIT