Révision 2827
tmp/org.txm.setups/BuildWin64bit.sh (revision 2827) | ||
---|---|---|
76 | 76 |
find "$APP/txm.nsi" -type f -exec sed -i "s/TXMVERSION/${VERSION}/g" {} \; |
77 | 77 |
find "$APP/TXM.bat" -type f -exec sed -i "s/TXMVERSION/${VERSION}/g" {} \; |
78 | 78 |
|
79 |
#rename launcher.ini file to TXM.ini (more readable) |
|
80 |
mv "$APP/launcher.ini" "$APP/TXM.ini" |
|
81 |
|
|
82 |
|
|
79 | 83 |
echo "build executable" |
80 | 84 |
wine nsis/makensis.exe -V1 ${APP}/txm.nsi 2> logs64 |
81 | 85 |
|
tmp/org.txm.setups/BuildLinux64bit.sh (revision 2827) | ||
---|---|---|
70 | 70 |
find "$APP/usr/bin/TXM" -type f -exec sed -i "s/TXMVERSION/$VERSION/g" {} \; |
71 | 71 |
find "$APP/DEBIAN/control" -type f -exec sed -i "s/TXMVERSION/${VERSION}/g" {} \; |
72 | 72 |
|
73 |
mv "$APP/usr/lib/TXM/launcher.ini" "$APP/usr/lib/TXM/TXM.ini" |
|
73 | 74 |
mv "$APP/usr/bin/TXM" "$APP/usr/bin/TXM-$VERSION" |
74 | 75 |
mv "$APP/usr/lib/TXM" "$APP/usr/lib/TXM-$VERSION" |
75 | 76 |
|
77 |
|
|
76 | 78 |
find "$APP/usr/share/applications/TXM.desktop" -type f -exec sed -i "s/TXMVERSION/$VERSION/g" {} \; |
77 | 79 |
find "$APP/usr/share/applications/TXM.desktop" -type f -exec sed -i "s/TXMVERSION/$VERSION/g" {} \; |
78 | 80 |
find "$APP/usr/share/applications/TXM debug.desktop" -type f -exec sed -i "s/TXMVERSION/$VERSION/g" {} \; |
tmp/org.txm.setups/BuildMacOSXIntel.sh (revision 2827) | ||
---|---|---|
43 | 43 |
exit 1; |
44 | 44 |
fi |
45 | 45 |
|
46 |
echo " rename TXM's launcher.ini" |
|
47 |
if [ ! -f "exportRCP/macosx.cocoa.x86_64/Contents/TXM/TXM.ini" ]; then |
|
48 |
mv "exportRCP/macosx.cocoa.x86_64/Contents/TXM/launcher.ini" "exportRCP/macosx.cocoa.x86_64/Contents/TXM/TXM.ini" |
|
49 |
if [ $? != 0 ]; then |
|
50 |
echo "** MacOSXIntel.sh : failed to rename launcher.ini file" |
|
51 |
exit 1; |
|
52 |
fi |
|
53 |
fi |
|
54 |
|
|
46 | 55 |
echo " copy eclipse arch dependent build" |
47 | 56 |
rsync -r --exclude '.svn' "exportRCP/macosx.cocoa.x86_64/"* "TXM_${fullversion}_${TIMESTAMP}_MacOSX/Applications/TXM.app/Contents" |
48 | 57 |
if [ $? != 0 ]; then |
Formats disponibles : Unified diff