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-12-21 21:12:51 +0300
committerJanek Bevendorff <janek@jbev.net>2017-12-23 19:47:46 +0300
commita4cf32dce0eed6e0dd326a88f464712512482962 (patch)
tree9571d0e9c511a044c7435f17f3b95bd3ee3ceb56 /release-tool
parentc57973615837c3d0c1a8574a204d3a1943bd1e48 (diff)
Bundle qtbase translations with macOS and AppImage releases
Diffstat (limited to 'release-tool')
-rwxr-xr-xrelease-tool3
1 files changed, 2 insertions, 1 deletions
diff --git a/release-tool b/release-tool
index a3813fd93..93e964bc3 100755
--- a/release-tool
+++ b/release-tool
@@ -678,7 +678,8 @@ build() {
"$DOCKER_IMAGE" \
bash -c "cd /keepassxc/out/build-release && \
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=Off $CMAKE_OPTIONS \
- -DCMAKE_INSTALL_PREFIX=\"${INSTALL_PREFIX}\" /keepassxc/src && \
+ -DCMAKE_INSTALL_PREFIX=\"${INSTALL_PREFIX}\" \
+ -DKEEPASSXC_DIST_TYPE=AppImage /keepassxc/src && \
make $MAKE_OPTIONS && make DESTDIR=/keepassxc/out/bin-release install/strip && \
/keepassxc/src/AppImage-Recipe.sh "$APP_NAME" "$RELEASE_NAME""