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-01-29 01:24:12 +0300
committerJanek Bevendorff <janek@jbev.net>2017-01-29 01:24:12 +0300
commit00cd0e1ae3f6005551bd716413d03b709e948db5 (patch)
treeef65ce4f235d5ced136907d764a9b2b54a798a15 /release-tool
parent05aefc6489aef67077464c2554ac4cad65961395 (diff)
Use correct AppImage-Recipe.sh
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 0fa60c43a..6090077ae 100755
--- a/release-tool
+++ b/release-tool
@@ -540,7 +540,7 @@ build() {
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=Off $CMAKE_OPTIONS \
-DCMAKE_INSTALL_PREFIX=\"${INSTALL_PREFIX}\" /keepassxc/src && \
make $MAKE_OPTIONS && make DESTDIR=/keepassxc/out/bin-release install/strip && \
- /keepassxc/src/AppImage-Recipe2.sh "$APP_NAME" "$RELEASE_NAME""
+ /keepassxc/src/AppImage-Recipe.sh "$APP_NAME" "$RELEASE_NAME""
if [ 0 -ne $? ]; then
exitError "Docker build failed!"