Skip to content
Snippets Groups Projects
Commit 7499f7f2 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

ci: Windows: Fix downloading plugin

parent efce7c40
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment