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"