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

View File

@@ -37,7 +37,7 @@ DOCKER_CONTAINER_NAME="keepassxc-build-container"
CMAKE_OPTIONS="" CMAKE_OPTIONS=""
COMPILER="g++" COMPILER="g++"
MAKE_OPTIONS="-j8" MAKE_OPTIONS="-j8"
BUILD_PLUGINS="autotype" BUILD_PLUGINS="autotype http"
INSTALL_PREFIX="/usr/local" INSTALL_PREFIX="/usr/local"
BUILD_SOURCE_TARBALL=true BUILD_SOURCE_TARBALL=true
ORIG_BRANCH="" ORIG_BRANCH=""