Révision 3443
TXM/trunk/org.txm.setups/pushTXMUpdateToGIT.sh (revision 3443) | ||
---|---|---|
38 | 38 |
fi |
39 | 39 |
|
40 | 40 |
echo "Fixing Mac OS X binary archive..." |
41 |
cp -r `ls -d TXM_*_MacOSX/Applications/TXM-*.app/Contents/MacOS|tail -1` . |
|
42 |
zip `ls exportRCP/repository/binary/org.txm.rcp.app_root.cocoa.macosx.x86_64_*|tail -1` -d MacOS |
|
43 |
zip `ls exportRCP/repository/binary/org.txm.rcp.app_root.cocoa.macosx.x86_64_*|tail -1` -ur MacOS |
|
44 |
rm -r MacOS |
|
41 |
cp -r `ls -d TXM_*_MacOSX/Applications/TXM-*.app/Contents/MacOS|tail -1` . && |
|
42 |
cp -f `ls TXM_*_MacOSX/Applications/TXM-*.app/Contents/Info.plist|tail -1` Info.plist && |
|
43 |
zip `ls exportRCP/repository/binary/org.txm.rcp.app_root.cocoa.macosx.x86_64_*|tail -1` -d Info.plist && |
|
44 |
#zip `ls exportRCP/repository/binary/org.txm.rcp.app_root.cocoa.macosx.x86_64_*|tail -1` -ur Info.plist && |
|
45 |
zip `ls exportRCP/repository/binary/org.txm.rcp.app_root.cocoa.macosx.x86_64_*|tail -1` -d MacOS && |
|
46 |
#zip `ls exportRCP/repository/binary/org.txm.rcp.app_root.cocoa.macosx.x86_64_*|tail -1` -ur MacOS && |
|
47 |
rm -r MacOS && |
|
48 |
rm Info.plist |
|
45 | 49 |
|
50 |
if [ $? != 0 ]; then |
|
51 |
echo "** $APP: failed to prepare MacOS files" |
|
52 |
rm -r MacOS |
|
53 |
rm Info.plist |
|
54 |
exit 1; |
|
55 |
fi |
|
56 |
|
|
46 | 57 |
echo "Preparing GIT push..." |
47 | 58 |
pushd $TXMGIT |
48 | 59 |
|
Formats disponibles : Unified diff