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-26 02:08:48 +0300
committerJanek Bevendorff <janek@jbev.net>2017-02-26 02:08:48 +0300
commit0a85279bcb2e3d4beff9cdca210e3d12ee1f6885 (patch)
tree04d1972f4f4dacda5dbff5446c03e25b802c5f07 /release-tool
parent3715286eba54970802b85eb4f759b6e1992a7f7c (diff)
Enable Yubikey in release-tool by default
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 a508d79f7..e5a49b05e 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 http"
+BUILD_PLUGINS="autotype http yubikey"
INSTALL_PREFIX="/usr/local"
BUILD_SOURCE_TARBALL=true
ORIG_BRANCH=""