Révision 2750
tmp/org.txm.setups/sudo (revision 2750) | ||
---|---|---|
1 |
on /sys/bus/usb/devices/usb2/power/level |
tmp/org.txm.setups/VERSION (revision 2750) | ||
---|---|---|
1 |
0.8.0 |
|
1 |
0.8.1 |
tmp/org.txm.setups/BuildWin64bit.sh (revision 2750) | ||
---|---|---|
10 | 10 |
rm -rf "${APP}" |
11 | 11 |
mkdir "${APP}" |
12 | 12 |
|
13 |
# ensure JRE files are here |
|
14 |
if [ ! -d "../org.txm.rcp.feature/win/jre/bin" ]; then |
|
15 |
echo "** $APP: JRE files are missing." |
|
16 |
exit 1; |
|
17 |
fi |
|
18 |
|
|
19 | 13 |
echo "copy shared files: css, xsl, scripts, samples..." |
20 | 14 |
rsync -r --exclude '.svn' "shared/all"/* "${APP}" |
21 | 15 |
|
... | ... | |
38 | 32 |
exit 1; |
39 | 33 |
fi |
40 | 34 |
|
35 |
# ensure JRE files are here |
|
36 |
if [ ! -d "${APP}/jre/bin" ]; then |
|
37 |
echo "** $APP: JRE files are missing." |
|
38 |
exit 1; |
|
39 |
fi |
|
40 |
|
|
41 | 41 |
rm -f "exportRCP/win32.win32.${ARCHCODE}/TXM/p2/org.eclipse.equinox.p2.engine/.settings/*" && |
42 | 42 |
rm -f "exportRCP/win32.win32.${ARCHCODE}/TXM/p2/org.eclipse.equinox.p2.engine/profileRegistry/profile.profile/.data/.settings/*" |
43 | 43 |
if [ $? != 0 ]; then |
... | ... | |
71 | 71 |
exit 1; |
72 | 72 |
fi |
73 | 73 |
|
74 |
echo "set TXMVERSION and TIMESTAMPin build files" |
|
75 |
find "$APP/txm.nsi" -type f -exec sed -i "s/TXMVERSION/${VERSION}_${TIMESTAMP}/g" {} \; |
|
74 |
echo "set TXMVERSION and TIMESTAMP in build files" |
|
75 |
find "$APP/txm.nsi" -type f -exec sed -i "s/TXMDATEVERSION/${VERSION}_${TIMESTAMP}/g" {} \; |
|
76 |
find "$APP/txm.nsi" -type f -exec sed -i "s/TXMVERSION/${VERSION}/g" {} \; |
|
76 | 77 |
|
77 | 78 |
echo "build executable" |
78 | 79 |
wine nsis/makensis.exe -V1 ${APP}/txm.nsi 2> logs64 |
tmp/org.txm.setups/SUBVERSION (revision 2750) | ||
---|---|---|
1 |
a3 |
Formats disponibles : Unified diff