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-15 13:46:34 +0300
committerlovetox <philipp@hoerist.com>2022-05-15 13:48:58 +0300
commitc4d719527bb8888d6700354fd2fab436459ed0fc (patch)
treed56d4f80d163581264feb436f1a84344de856cfe /win
parente3056b72d9fe5fad3e9adfc73cb614ab1ed785da (diff)
ci: Windows: Install omemo plugin into correct dir
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 464e067af..767a47c60 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.zip
+ 7z x -o"${PACKAGE_DIR}"/gajim/data/plugins/omemo "${BUILD_ROOT}"/omemo.zip
# Install language dicts
curl -o "${BUILD_ROOT}"/speller_dicts.zip https://gajim.org/downloads/snap/win/build/speller_dicts.zip