Update Tutanota to 3.55.5 (355050)
This commit is contained in:
parent
5de52a2d2f
commit
b9561d1b25
|
@ -270,7 +270,21 @@ Build:3.55.2,355020
|
||||||
npm install && \
|
npm install && \
|
||||||
node dist prod
|
node dist prod
|
||||||
|
|
||||||
|
Build:3.55.5,355050
|
||||||
|
commit=tutanota-android-release-3.55.5
|
||||||
|
subdir=app-android/app
|
||||||
|
sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \
|
||||||
|
echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \
|
||||||
|
tar xJf node.tar.xz && \
|
||||||
|
cp -a node-v10.11.0-linux-x64/. /usr/local/
|
||||||
|
gradle=yes
|
||||||
|
prebuild=cd ../.. && \
|
||||||
|
rm -rf app-ios && \
|
||||||
|
node fdroid-fix-deps && \
|
||||||
|
npm install && \
|
||||||
|
node dist prod
|
||||||
|
|
||||||
Auto Update Mode:Version tutanota-android-release-%v
|
Auto Update Mode:Version tutanota-android-release-%v
|
||||||
Update Check Mode:Tags tutanota-android-release-*
|
Update Check Mode:Tags tutanota-android-release-*
|
||||||
Current Version:3.55.2
|
Current Version:3.55.5
|
||||||
Current Version Code:355020
|
Current Version Code:355050
|
||||||
|
|
Loading…
Reference in a new issue