From 13daed46c97cc15ca8406d742f8372e408af01d8 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Fri, 20 May 2011 09:03:29 +0200 Subject: [PATCH] Updated mac release script --- release.macx.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/release.macx.sh b/release.macx.sh index dce50ca1..d06aff34 100644 --- a/release.macx.sh +++ b/release.macx.sh @@ -3,9 +3,8 @@ # Executables QMAKE="/usr/bin/qmake" MACDEPLOYQT="/usr/bin/macdeployqt" -DMGUTIL=./thirdparty/refnum/dmgutil.pl +DMGUTIL="`pwd`/../Sankore-ThirdParty/refnum/dmgutil/dmgutil.pl" DSYMUTIL=/usr/bin/dsymutil -DUMPSYMS=./thirdparty/google-breakpad/r318/bin/macx/dump_syms STRIP=/usr/bin/strip PLISTBUDDY=/usr/libexec/PlistBuddy @@ -52,7 +51,6 @@ checkExecutable "$QMAKE" checkExecutable "$MACDEPLOYQT" checkExecutable "$DMGUTIL" checkExecutable "$DSYMUTIL" -checkExecutable "$DUMPSYMS" checkExecutable "$STRIP" checkExecutable "$PLISTBUDDY" @@ -116,7 +114,6 @@ $MACDEPLOYQT "$APP" notify "Extracting debug information ..." $DSYMUTIL "$APP/Contents/MacOS/Sankore 3.1" -o "$DSYM" -$DUMPSYMS -a i386 "$DSYM/Contents/Resources/DWARF/Sankore 3.1" > "$GSYM_i386" $STRIP -S "$APP/Contents/MacOS/Sankore 3.1" notify "Creating dmg ..."