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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-05-12 22:16:43 +0300
committerlovetox <philipp@hoerist.com>2022-05-12 22:16:43 +0300
commit7499f7f2bbc13497bb4fbb24bb04879ba1c1663d (patch)
tree17abc13642176034c077573a7ff26b9378827971 /win
parentefce7c4016b1f86068f66b55fea90cc5280c4080 (diff)
ci: Windows: Fix downloading plugin
Diffstat (limited to 'win')
-rw-r--r--win/_base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 29c02a644..464e067af 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -150,7 +150,7 @@ function install_gajim {
# Install omemo plugin
curl -o "${BUILD_ROOT}"/omemo.zip https://ftp.gajim.org/plugins/master/omemo/omemo_2.8.14.zip
- 7z x -o"${PACKAGE_DIR}"/gajim/data/plugins "${BUILD_ROOT}"/omemo_2.8.14.zip
+ 7z x -o"${PACKAGE_DIR}"/gajim/data/plugins "${BUILD_ROOT}"/omemo.zip
# Install language dicts
curl -o "${BUILD_ROOT}"/speller_dicts.zip https://gajim.org/downloads/snap/win/build/speller_dicts.zip