From 343a1e2a76bdf04a97580a68e4d438231586865c Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Tue, 7 Feb 2017 01:16:40 +0100 Subject: [PATCH] Also build http --- release-tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""