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-30 00:19:44 +0300
committerJanek Bevendorff <janek@jbev.net>2017-01-30 00:19:44 +0300
commit9a92d200011b64d524d7d9c87e1468bb12335262 (patch)
tree7e784d66de72ead90bb6fd3f1f6b47a4278cf8d3 /AppImage-Recipe.sh
parent2b18089641338f2991d0e011ba30fbd7a2316dfa (diff)
Revert icon patch, because upstream patched fast
See https://github.com/probonopd/AppImageKit/commit/69bf4718bec50b0f83a132aab0ec48bbc5ad9472
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh
index 58d9ba28e..a76bf92e1 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -72,10 +72,6 @@ chmod +x ./usr/bin/keepassxc_env
sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' keepassxc.desktop
get_desktopintegration $LOWERAPP
-# patch desktop integration script so it finds the keepassxc.png icons
-# see https://github.com/probonopd/AppImageKit/issues/341
-sed -i 's/-wholename "\*\/apps\/\${APP}.png"/-wholename "*\/apps\/keepassxc.png"/' ./usr/bin/keepassxc_env.wrapper
-
GLIBC_NEEDED=$(glibc_needed)
cd ..