VERSION file generation and distribution.

This commit is contained in:
Matthew Bowra-Dean
2010-09-06 22:19:42 +12:00
parent 7a88adcf96
commit 2a240e62aa
3 changed files with 5 additions and 3 deletions

View File

@@ -26,7 +26,6 @@ for i in $EXCLUDE; do
find . -path "$i" -delete
done
git describe --tags > "VERSION"
cd $PACKAGING_PATH
zip OpenRA-$2 -r -9 OpenRA.app
echo "Done!"