Update MacQetDeploy script, thank Yoann

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3273 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2014-08-14 20:31:22 +00:00
parent 5b9b2517f4
commit f7a142bf4a

View File

@@ -165,6 +165,9 @@ else
exit
fi
# On rajoute le numero de version pour "cmd + i"
sed -i "" "s/<string>Created by Qt\/QMake<\/string>/<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"