removed accent

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 2f44122955
commit 5d71deca29
  1. 2
      Sankore_3.1.pro
  2. 11
      release.macx.sh

@ -1,4 +1,4 @@
TARGET = "Open-Sankoré"
TARGET = "Open-Sankore"
TEMPLATE = app
THIRD_PARTY_PATH=../Sankore-ThirdParty

@ -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 <http://www.gnu.org/licenses/>.
# ---------------------------------------------------------------------
#!/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

Loading…
Cancel
Save