mirror of
https://github.com/chatmail/relay.git
synced 2026-09-27 09:40:09 +00:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb1553610b | ||
|
|
4435864779 |
@@ -5,9 +5,9 @@
|
||||
"sources": [
|
||||
{
|
||||
"sourceId": "gplay",
|
||||
"versionInteger": 757,
|
||||
"versionString": "2.59.1",
|
||||
"downloadUrl": "https://github.com/deltachat/deltachat-android/releases/download/v2.59.1/deltachat-gplay-release-2.59.1.apk"
|
||||
"versionInteger": 758,
|
||||
"versionString": "2.62.0",
|
||||
"downloadUrl": "https://github.com/deltachat/deltachat-android/releases/download/v2.62.0/deltachat-gplay-release-2.62.0.apk"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+11
-3
@@ -63,9 +63,17 @@ and run the following commands:
|
||||
scripts/initenv.sh
|
||||
scripts/cmdeploy run
|
||||
|
||||
If you don't want the latest development version,
|
||||
but a specific tagged release like `1.10.0 <https://github.com/chatmail/relay/releases/tag/1.10.0>`_,
|
||||
run ``git pull origin 1.10.0`` instead.
|
||||
To upgrade to the latest tag,
|
||||
``cd`` into your local checkout of https://github.com/chatmail/relay/
|
||||
and run the following commands:
|
||||
|
||||
::
|
||||
|
||||
git fetch --tags
|
||||
latestTag=$(git describe --tags "$(git rev-list --tags --max-count=1)")
|
||||
git checkout $latestTag
|
||||
scripts/initenv.sh
|
||||
scripts/cmdeploy run
|
||||
|
||||
If you made local changes for your setup,
|
||||
they will be reapplied as long as they don't conflict with the upgrade.
|
||||
|
||||
Reference in New Issue
Block a user