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-10 21:41:29 +0300
committerlovetox <philipp@hoerist.com>2022-05-10 21:41:50 +0300
commit00426779c1899bf90766a99c68d6c4d1d95486da (patch)
tree0db4a5153d2c610ce58787f651bde01a49846245 /win
parente05cb4b81975c2b09e6d73eb063e23e9e84d0737 (diff)
ci: Windows: Update plugins
- Remove Plugin Installer - Update OMEMO version
Diffstat (limited to 'win')
-rw-r--r--win/_base.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 2364677be..29c02a644 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -148,14 +148,9 @@ function install_gajim {
build_python "${MISC}"/create-launcher.py \
"${QL_VERSION}" "${MINGW_ROOT}"/bin
- # Install plugin installer
- curl -o "${BUILD_ROOT}"/plugin_installer.zip https://ftp.gajim.org/plugins_master_zip/plugin_installer.zip
- mkdir "${PACKAGE_DIR}"/gajim/data/plugins
- 7z x -o"${PACKAGE_DIR}"/gajim/data/plugins "${BUILD_ROOT}"/plugin_installer.zip
-
# Install omemo plugin
- curl -o "${BUILD_ROOT}"/omemo.zip https://ftp.gajim.org/plugins_master_zip/omemo.zip
- 7z x -o"${PACKAGE_DIR}"/gajim/data/plugins "${BUILD_ROOT}"/omemo.zip
+ 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
# Install language dicts
curl -o "${BUILD_ROOT}"/speller_dicts.zip https://gajim.org/downloads/snap/win/build/speller_dicts.zip