Merge branch 'master' of git.waves.com:waves/tracks

This commit is contained in:
grygoriiz 2014-06-18 17:32:07 +03:00
commit 913d5a04b3

View file

@ -38,9 +38,9 @@ then
# Figure out the Build Type
if grep -q "DEBUG = True" $BUILD_CACHE_FILE; then
DEBUG=1
PACKAGE_DIR="$HOME/$APPNAME-win32-dbg"
PACKAGE_DIR="$HOME/$APPNAME-${release_version}-win32-dbg"
else
PACKAGE_DIR="$HOME/$APPNAME-win32"
PACKAGE_DIR="$HOME/$APPNAME-${release_version}-win32"
fi
if grep -q "BUILD_TESTS = True" $BUILD_CACHE_FILE; then