From 9e723fee832b16f6c5f435be421af00268975190 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Wed, 18 Apr 2012 15:34:22 +0200 Subject: [PATCH] update mac script to handle customizations --- release.macx.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release.macx.sh b/release.macx.sh index af439109..a08dffc2 100755 --- a/release.macx.sh +++ b/release.macx.sh @@ -104,6 +104,9 @@ checkExecutable "$LRELEASE" notify "Cleaning ..." rm -rf "$BUILD_DIR" +notify "Translations ..." +$LRELEASE "Sankore_3.1.pro" + # generate Makefiles notify "Generating Makefile ..." @@ -115,12 +118,9 @@ $QMAKE_CMD notify "Compiling ..." make -j4 release - -notify "Translations ..." -$LRELEASE "Sankore_3.1.pro" - addQtTranslations +cp -R resources/customizations $PRODUCT_DIR/Open-Sankore.app/Contents/Resources notify "Tagging ..." VERSION=`cat "$BUILD_DIR/version"`