From c4d719527bb8888d6700354fd2fab436459ed0fc Mon Sep 17 00:00:00 2001 From: lovetox Date: Sun, 15 May 2022 12:46:34 +0200 Subject: ci: Windows: Install omemo plugin into correct dir --- win/_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win') 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 -- cgit v1.2.3