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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-06-11 10:49:54 +0300
committerGitHub <noreply@github.com>2020-06-11 10:49:54 +0300
commit4977ef429d5e9e02e3593b5bd41cc63a6af94d2b (patch)
tree1072d2c7845ec31522e321ab69c2f448181caf7f /scripts
parent7c67ea33f47716a188da045ead2035f978fc6253 (diff)
CI: change update target for AppImages
Previously AppImages built on the CI got their updates from https://dl.mumble.info/snapshots/ but now we have a separate directors `nightly` that'll contain CI build artifacts and this should be used instead.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/azure-pipelines/build_linux.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/azure-pipelines/build_linux.bash b/scripts/azure-pipelines/build_linux.bash
index 74ca97dc2..b5a413f8e 100755
--- a/scripts/azure-pipelines/build_linux.bash
+++ b/scripts/azure-pipelines/build_linux.bash
@@ -26,7 +26,7 @@ chmod a+x linuxdeployqt-continuous-x86_64.AppImage
for f in Mumble*.AppImage; do
# Embed update information into AppImage
- echo -n "zsync|https://dl.mumble.info/snapshot/latest-x86_64.AppImage.zsync" | dd of=$f seek=175720 conv=notrunc oflag=seek_bytes
+ echo -n "zsync|https://dl.mumble.info/nightly/latest-x86_64.AppImage.zsync" | dd of=$f seek=175720 conv=notrunc oflag=seek_bytes
# Generate zsync file for AppImage
zsyncmake $f