Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2017-02-07 03:16:40 +0300
committerJanek Bevendorff <janek@jbev.net>2017-02-07 03:24:18 +0300
commit343a1e2a76bdf04a97580a68e4d438231586865c (patch)
tree6651288685ba9b6e97b2d224fcf68f7797638294 /release-tool
parentf7e9f856687a80ca9517aabf375201d22d1f3014 (diff)
Also build http
Diffstat (limited to 'release-tool')
-rwxr-xr-xrelease-tool2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-tool b/release-tool
index 7bc54cda0..af05481b0 100755
--- a/release-tool
+++ b/release-tool
@@ -37,7 +37,7 @@ DOCKER_CONTAINER_NAME="keepassxc-build-container"
CMAKE_OPTIONS=""
COMPILER="g++"
MAKE_OPTIONS="-j8"
-BUILD_PLUGINS="autotype"
+BUILD_PLUGINS="autotype http"
INSTALL_PREFIX="/usr/local"
BUILD_SOURCE_TARBALL=true
ORIG_BRANCH=""