Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bronko
gajim
Commits
7499f7f2
Commit
7499f7f2
authored
May 12, 2022
by
Philipp Hörist
Browse files
ci: Windows: Fix downloading plugin
parent
efce7c40
Changes
1
Hide whitespace changes
Inline
Side-by-side
win/_base.sh
View file @
7499f7f2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment