- small update to data-diff script, not used for 3.5.1 but prep'd for next release (need to update this to remove ugly scripting next release)

This commit is contained in:
Mark Vejvoda 2011-05-07 07:36:10 +00:00
parent 9df444fc8f
commit 362f7c18e9
1 changed files with 3 additions and 2 deletions

View File

@ -3,12 +3,13 @@
# This script compares two mega-glest data content folders for file differences,
# then creates an archive of ONLY the differences (including files ONLY in new version)
OLD_VERSION=`./mg-version.sh --oldversion`
VERSION=`./mg-version.sh --version`
NEW_SUBFOLDER_PATH="megaglest-$VERSION"
cd release
CURDIR="`pwd`"
cd ..
VERSION=`./mg-version.sh --version`
RELEASENAME=megaglest-data-updates-$VERSION
cd $CURDIR