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>2020-05-21 20:11:24 +0300
committerlovetox <philipp@hoerist.com>2020-05-21 20:11:24 +0300
commitb7d77a39835c2f4499a865c65c29c78a5559d8b1 (patch)
treedba8b30f6909cfcfec1ecf4c7f977202540e1753 /win
parent86c18b885b7b05543510864988695604486aee44 (diff)
Windows: Add some plugins to the build
Diffstat (limited to 'win')
-rw-r--r--win/_base.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 6229b1ab7..f2ad64118 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -148,6 +148,14 @@ function install_gajim {
mkdir "${PACKAGE_DIR}"/gajim/data/plugins
7z x -o"${PACKAGE_DIR}"/gajim/data/plugins "${BUILD_ROOT}"/plugin_installer.zip
+ # Install preview plugin
+ curl -o "${BUILD_ROOT}"/url_image_preview.zip https://ftp.gajim.org/plugins_master_zip/url_image_preview.zip
+ 7z x -o"${PACKAGE_DIR}"/gajim/data/plugins "${BUILD_ROOT}"/url_image_preview.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
+
# Install language dicts
curl -o "${BUILD_ROOT}"/speller_dicts.zip https://gajim.org/downloads/snap/win/build/speller_dicts.zip
7z x -o"${MINGW_ROOT}"/share "${BUILD_ROOT}"/speller_dicts.zip