summaryrefslogtreecommitdiff
path: root/scripts/publish-macosx.sh
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-05-27 23:18:08 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-05-27 23:18:08 (GMT)
commit1711a19b1c53b1c6de90999f3b6c9f8d5f94ec3b (patch)
treee54355f2bedb1609b9db615e906ebc9f482ba5c9 /scripts/publish-macosx.sh
parent602d493c58bb7b57e7ee9d06c11f1b6ff41972a1 (diff)
Minor adaptations and verbosity
git-svn-id: http://svn.clifford.at/openscad/trunk@553 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-xscripts/publish-macosx.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh
index 95062ac..b01d7f0 100755
--- a/scripts/publish-macosx.sh
+++ b/scripts/publish-macosx.sh
@@ -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
contact: Jan Huwald // Impressum