mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 16:50:53 +01:00
Update mac os script
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3450 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -102,7 +102,7 @@ mkdir temp
|
||||
cp -Rf "sources/qet.h" "temp/qet.h"
|
||||
|
||||
# On modifie l'originale avec le numero de version
|
||||
sed -i "" "s/const QString displayedVersion = \"0.4-dev\"/const QString displayedVersion = \"0.4-dev-r$revAp\"/" sources/qet.h
|
||||
sed -i "" "s/const QString displayedVersion = \"0.4-b\"/const QString displayedVersion = \"0.4-beta-r$revAp\"/" sources/qet.h
|
||||
|
||||
# Apres la compilation
|
||||
cleanVerionTag () {
|
||||
@@ -179,7 +179,7 @@ else
|
||||
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
|
||||
sed -i "" "s/<string>Created by Qt\/QMake<\/string>/<string>0.4 beta r$revAp<\/string>/" qelectrotech.app/Contents/Info.plist
|
||||
|
||||
|
||||
### copy over frameworks ############################################
|
||||
|
||||
@@ -180,7 +180,7 @@ QWidget *AboutQET::contributorsTab() const {
|
||||
addAuthor(contributors, "Nuno Pinheiro", "nuno@nuno-icons.com", tr("Ic\364nes"));
|
||||
addAuthor(contributors, "Cyril Frausti", "cyril@qelectrotech.org", tr("D\351veloppement"));
|
||||
addAuthor(contributors, "Arun Kishore Eswara", "eswara.arun@gmail.com", tr("Documentation"));
|
||||
addAuthor(contributors, "Ren\351 Negre", "runsys@qelectrotech.org", tr("D\351veloppement"));
|
||||
addAuthor(contributors, "Ren\351 Negre", "runsys@qelectrotech.org", tr("D\351veloppement"));
|
||||
addAuthor(contributors, "Ronny Desmedt", "r.desmedt@live.be", tr("D\351veloppement"));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user