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

Minor fix on install script (#1954)

This commit is contained in:
Rafael Cavalcanti 2019-10-07 17:32:17 -03:00 committed by Laurent Cozic
parent 871d3cb87d
commit d49fa8e42b

View File

@ -90,7 +90,7 @@ if [[ ! -e ~/.joplin/VERSION ]] || [[ $(< ~/.joplin/VERSION) != "$RELEASE_VERSIO
else
DESKTOP=$XDG_CURRENT_DESKTOP
fi
DESKTOP=${desktop,,} # convert to lower case
DESKTOP=${DESKTOP,,} # convert to lower case
# Create icon for Gnome
echo 'Create Desktop icon.'