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 15:38:53 +0300
committerJanek Bevendorff <janek@jbev.net>2017-11-26 20:18:34 +0300
commitb20918b60e810d3c946d8510c34243bc3dd242c4 (patch)
treeb89ce0c1c461dfa015ef7f9735e4a66b5a8c2922 /AppImage-Recipe.sh
parent8905fe5a5455f2c8d7a5b6ffddf0ae9e0116cbc8 (diff)
Add update information to AppImage and use KeePassXC PPA for YubiKey libs, resolves #1157
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 e29c05620..a5124a74b 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -85,14 +85,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