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:
authorPhilipp Hörist <philipp@hoerist.com>2023-04-11 18:42:28 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-04-11 18:42:28 +0300
commitfeaa6228479cfc1c216afd7133a65cdc89f1a7a7 (patch)
tree301d159e4772bb67f5d6a16678da123f35986297 /win
parent53c28dd8db10a7b124232e262195af37bb8228ef (diff)
ci: Windows: Fix installing omemo-dr
Diffstat (limited to 'win')
-rwxr-xr-xwin/_base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/_base.sh b/win/_base.sh
index a86a9657d..868fe80fb 100755
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -112,7 +112,7 @@ sentry-sdk
"
build_pip install precis-i18n
- SETUPTOOLS_USE_DISTUTILS=stdlib build_pip git+https://dev.gajim.org/gajim/omemo-dr.git
+ SETUPTOOLS_USE_DISTUTILS=stdlib build_pip install git+https://dev.gajim.org/gajim/omemo-dr.git
build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
# remove the large png icons, they should be used rarely and svg works fine