summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-05-07 16:24:26 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-05-07 16:24:26 (GMT)
commit0f9802ec3ae9fb6ec453d9401313493debdc3f1a (patch)
treed66e71a59859f02de7cab19533df3bd4e942890f /scripts
parent838bb59ead12c77b0e64f4843c9d3be0abbf78b0 (diff)
Improved Mac OS X deployment - hopefully this doesn't break builds on other platforms
git-svn-id: http://svn.clifford.at/openscad/trunk@529 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/macosx-sanity-check.py2
-rwxr-xr-xscripts/release-common.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/macosx-sanity-check.py b/scripts/macosx-sanity-check.py
index 2438906..1b5a7b7 100755
--- a/scripts/macosx-sanity-check.py
+++ b/scripts/macosx-sanity-check.py
@@ -5,6 +5,8 @@
# are present and that they are backwards compatible with at least 10.5.
# Run with an executable as parameter
#
+# Author: Marius Kintel <marius@kintel.net>
+#
import sys
import os
diff --git a/scripts/release-common.sh b/scripts/release-common.sh
index b782976..340266d 100755
--- a/scripts/release-common.sh
+++ b/scripts/release-common.sh
@@ -42,7 +42,7 @@ echo "Building openscad-$VERSION $CONFIGURATION..."
case $OS in
MACOSX)
- CONFIG=mdi
+ CONFIG=deploy
TARGET=
;;
WIN)
contact: Jan Huwald // Impressum