From 5d71deca2938a879034afde9e0ac5d5801a9aa5d Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Thu, 1 Dec 2011 14:10:47 +0100 Subject: [PATCH] removed accent --- Sankore_3.1.pro | 2 +- release.macx.sh | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Sankore_3.1.pro b/Sankore_3.1.pro index db08344d..cb2d403f 100644 --- a/Sankore_3.1.pro +++ b/Sankore_3.1.pro @@ -1,4 +1,4 @@ -TARGET = "Open-Sankoré" +TARGET = "Open-Sankore" TEMPLATE = app THIRD_PARTY_PATH=../Sankore-ThirdParty diff --git a/release.macx.sh b/release.macx.sh index 13802078..1a92324a 100644 --- a/release.macx.sh +++ b/release.macx.sh @@ -1,3 +1,4 @@ +#!/bin/bash # -------------------------------------------------------------------- # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -13,8 +14,6 @@ # along with this program. If not, see . # --------------------------------------------------------------------- -#!/bin/bash - # Executables QMAKE="/usr/local/Trolltech/Qt-4.7.3/bin/qmake" MACDEPLOYQT="`pwd`/../Qt-sankore3.1/bin/macdeployqt" @@ -103,11 +102,11 @@ if [ $? != 0 ]; then fi -NAME="Open-Sankoré" +NAME="Open-Sankore" DMG="$NAME.dmg" VOLUME="/Volumes/$NAME" -APP="$PRODUCT_DIR/Open-Sankoré.app" +APP="$PRODUCT_DIR/Open-Sankore.app" DSYM_NAME="$NAME (r$SVN_REVISION).dSYM" DSYM="$PRODUCT_DIR/$DSYM_NAME" GSYM_i386="$PRODUCT_DIR/$NAME i386.sym" @@ -128,8 +127,8 @@ notify "Bulding frameworks ..." $MACDEPLOYQT "$APP" notify "Extracting debug information ..." -$DSYMUTIL "$APP/Contents/MacOS/Open-Sankoré" -o "$DSYM" -$STRIP -S "$APP/Contents/MacOS/Open-Sankoré" +$DSYMUTIL "$APP/Contents/MacOS/Open-Sankore" -o "$DSYM" +$STRIP -S "$APP/Contents/MacOS/Open-Sankore" notify "Creating dmg ..." umount "$VOLUME" 2> /dev/null