From 6cf54d6515536adaa996833e5c23b0beacb865aa Mon Sep 17 00:00:00 2001 From: TingPing Date: Sun, 1 Jun 2014 11:29:20 -0400 Subject: Remove some hardcoded version numbers - man page - makebundle.sh --- osx/makebundle.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'osx') diff --git a/osx/makebundle.sh b/osx/makebundle.sh index df783e9a..930e72aa 100755 --- a/osx/makebundle.sh +++ b/osx/makebundle.sh @@ -22,4 +22,5 @@ find ./HexChat.app/Contents/Resources/lib/python2.7 -name "*.pyo" -delete echo "Compressing bundle" #hdiutil create -format UDBZ -srcdir HexChat.app -quiet HexChat-2.9.6.1-$(git rev-parse --short master).dmg -zip -9rXq ./HexChat-2.9.6.1-$(git rev-parse --short master).app.zip ./HexChat.app +zip -9rXq ./HexChat-$(git describe --tags).app.zip ./HexChat.app + -- cgit 1.4.1