Minor adaptations and verbosity

git-svn-id: http://svn.clifford.at/openscad/trunk@553 b57f626f-c46c-0410-a088-ec61d464b74c
stl_dim
kintel 2010-05-27 23:18:08 +00:00
parent 4821ea2f5b
commit fa7f34ccdf
1 changed files with 4 additions and 1 deletions

View File

@ -3,12 +3,15 @@
VERSION=`date "+%Y.%m.%d"`
#VERSION=2010.05
export MACOSX_DEPLOY_DIR=$PWD/../libraries/deploy
# This is the same location as DEPLOYDIR in macosx-build-dependencies.sh
export MACOSX_DEPLOY_DIR=$PWD/../libraries/install
`dirname $0`/release-common.sh -v $VERSION
if [[ $? != 0 ]]; then
exit 1
fi
echo "Sanity check of the app bundle..."
`dirname $0`/macosx-sanity-check.py OpenSCAD.app/Contents/MacOS/OpenSCAD
if [[ $? != 0 ]]; then
exit 1