1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Fix name in Linux Desktop (#1034)

This commit is contained in:
Andros Fenollosa 2018-12-11 21:51:47 +01:00 committed by Laurent Cozic
parent 57225a36b9
commit 5d629508c1

View File

@ -60,7 +60,7 @@ if [[ $(< ~/.joplin/VERSION) != "$version" ]]; then
# Create icon for Gnome # Create icon for Gnome
if [[ $desktop =~ .*gnome.* ]] if [[ $desktop =~ .*gnome.* ]]
then then
echo -e "[Desktop Entry]\nEncoding=UTF-8\nName=Joplin\nExec=/home/$USER/.joplin/Joplin-$version-x86_64.AppImage\nIcon=/home/$USER/.joplin/Icon512.png\nType=Application\nCategories=Application;" >> ~/.local/share/applications/joplin.desktop echo -e "[Desktop Entry]\nEncoding=UTF-8\nName=Joplin\nExec=/home/$USER/.joplin/Joplin.AppImage\nIcon=/home/$USER/.joplin/Icon512.png\nType=Application\nCategories=Application;" >> ~/.local/share/applications/joplin.desktop
fi fi
#----------------------------------------------------- #-----------------------------------------------------