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-10-21 21:24:39 +0300
committerJanek Bevendorff <janek@jbev.net>2017-10-21 23:05:13 +0300
commit51ed7a59da5f1331277ef6d799d534d5ab3029d4 (patch)
treec4b67a038e4e04fda7359d67ab08ce7a763d1502 /AppImage-Recipe.sh
parent94ea91ec6321f0fc4fb6f1fa28149eff5b1cb08b (diff)
Fix Exec replacement
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh
index a05a118eb..0e7d16af9 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -74,7 +74,6 @@ get_desktop
get_icon
cat << EOF > ./usr/bin/keepassxc_env
#!/usr/bin/env bash
-#export QT_QPA_PLATFORMTHEME=gtk2
export LD_LIBRARY_PATH="..$(dirname ${QT_PLUGIN_PATH})/lib:\${LD_LIBRARY_PATH}"
export QT_PLUGIN_PATH="..${QT_PLUGIN_PATH}:\${KPXC_QT_PLUGIN_PATH}"
@@ -85,7 +84,7 @@ unset XDG_DATA_DIRS
exec keepassxc "\$@"
EOF
chmod +x ./usr/bin/keepassxc_env
-sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' keepassxc.desktop
+sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' org.keepassxc.desktop
get_desktopintegration $LOWERAPP
GLIBC_NEEDED=$(glibc_needed)
@@ -94,5 +93,5 @@ cd ..
generate_type2_appimage
-mv ../out/*.AppImage ..
+mv ../out/*.AppImage ../KeePassXC-${VERSION}-${ARCH}.AppImage
rmdir ../out > /dev/null 2>&1