From f7a142bf4a69168f52d783621625c75e0afc40ee Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Thu, 14 Aug 2014 20:31:22 +0000 Subject: [PATCH] Update MacQetDeploy script, thank Yoann git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3273 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- misc/MacQetDeploy.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misc/MacQetDeploy.sh b/misc/MacQetDeploy.sh index 6efc4c902..a3770bf26 100644 --- a/misc/MacQetDeploy.sh +++ b/misc/MacQetDeploy.sh @@ -165,6 +165,9 @@ else exit fi +# On rajoute le numero de version pour "cmd + i" +sed -i "" "s/Created by Qt\/QMake<\/string>/0.4 dev r$revAp<\/string>/" qelectrotech.app/Contents/Info.plist + ### copy over frameworks ############################################ @@ -239,6 +242,8 @@ echo 'Copying application bundle and examples... ' mkdir $imagedir cp -Rf $BUNDLE $imagedir cp -Rf $EX_Dir $imagedir +ln -s /Applications $imagedir/Applications + # Elimine les accents, symbole ... strip "$imagedir/$APPBIN"