Merge pull request #174 from keepassxreboot/meta/release-preparation

Release preparation script
This commit is contained in:
Jonathan White 2017-02-09 19:47:33 -05:00 committed by GitHub
commit 425427c96c

View File

@ -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=""