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-11-26 20:23:48 +0300
committerJanek Bevendorff <janek@jbev.net>2017-11-26 20:23:48 +0300
commit8651736e61314aa4c4d39929e989624299d126b5 (patch)
treeb09f3cb720f76c2e063bf58d55a06367a323a366 /AppImage-Recipe.sh
parenta519ec62209ccade6c759b6a803e17450810571e (diff)
parentb20918b60e810d3c946d8510c34243bc3dd242c4 (diff)
Merge branch 'release/2.2.3' into develop
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh15
1 files changed, 8 insertions, 7 deletions
diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh
index 4cb5ceda1..f8d7e105f 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -87,14 +87,15 @@ else
fi
EOF
chmod +x ./usr/bin/keepassxc_env
-sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' org.${LOWERAPP}.desktop
-get_desktopintegration "org.${LOWERAPP}"
-
-GLIBC_NEEDED=$(glibc_needed)
+sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' org.${LOWERAPP}.${APP}.desktop
+get_desktopintegration "org.${LOWERAPP}.${APP}"
cd ..
-generate_type2_appimage
+GLIBC_NEEDED=$(glibc_needed)
+NO_GLIBC_VERSION=true
+
+generate_type2_appimage -u "gh-releases-zsync|keepassxreboot|keepassxc|latest|KeePassXC-*-${ARCH}.AppImage.zsync"
-mv ../out/*.AppImage ../KeePassXC-${VERSION}-${ARCH}.AppImage
-rmdir ../out > /dev/null 2>&1
+mv ../out/*.AppImage* ../
+rm -rf ../out