Philipp Hörist pushed to branch master at gajim / gajim


Commits:
00426779 by lovetox at 2022-05-10T20:41:50+02:00
ci: Windows: Update plugins

- Remove Plugin Installer
- Update OMEMO version

- - - - -


1 changed file:

- win/_base.sh


Changes:

=====================================
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



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/00426779c1899bf90766a99c68d6c4d1d95486da

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/00426779c1899bf90766a99c68d6c4d1d95486da
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to