Remove some hardcoded version numbers

- man page
- makebundle.sh
This commit is contained in:
TingPing
2014-06-01 11:29:20 -04:00
parent 9344373e0b
commit 6cf54d6515
5 changed files with 7 additions and 2 deletions

View File

@@ -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