mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-22 14:30:44 -04:00
Fix desktop integration
This commit is contained in:
parent
cd6aac9acf
commit
83fd387f2f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue