Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2016-04-26 11:32:21 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-04-26 11:32:21 +0300
commitc5be6a1652b9519176c1110114539e5462fb39ec (patch)
treed67c0c364dab390d554c14d5fc76346a01ed1852 /build-release.sh
parentae6dc66aec3a410ef939f2efb7ea5bef010396c3 (diff)
Added release type to update manager to avoid relying on a valid manifest for the install
Diffstat (limited to 'build-release.sh')
-rw-r--r--build-release.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-release.sh b/build-release.sh
index aca6ccf7a..68070365d 100644
--- a/build-release.sh
+++ b/build-release.sh
@@ -77,6 +77,7 @@ if [ ! "x${RELEASE_CHANGEINFO_NEWS}" == "x" ]; then
fi
echo "${RELEASE_NAME}" > "Duplicati/License/VersionTag.txt"
+echo "${RELEASE_TYPE}" > "Duplicati/Library/AutoUpdater/AutoUpdateBuildChannel.txt"
echo "${UPDATE_MANIFEST_URLS}" > "Duplicati/Library/AutoUpdater/AutoUpdateURL.txt"
cp "Updates/release_key.txt" "Duplicati/Library/AutoUpdater/AutoUpdateSignKey.txt"