mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix desktop integration
This commit is contained in:
parent
cd6aac9acf
commit
83fd387f2f
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user