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-24 18:10:01 +0300
committerJanek Bevendorff <janek@jbev.net>2017-10-24 18:58:27 +0300
commit83fd387f2f187c4a11be0bff6535d3e2b49e136d (patch)
tree7fa1fe1d2888113be47af373097472500f5f88a8 /AppImage-Recipe.sh
parentcd6aac9acf0282594c90b77353c97d9a905e3d69 (diff)
Fix desktop integration
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh
index d8b715492..e29c05620 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -85,8 +85,8 @@ else
fi
EOF
chmod +x ./usr/bin/keepassxc_env
-sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' org.keepassxc.desktop
-get_desktopintegration $LOWERAPP
+sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' org.${LOWERAPP}.desktop
+get_desktopintegration "org.${LOWERAPP}"
GLIBC_NEEDED=$(glibc_needed)