Skip to content

Commit

Permalink
Desktop: Resolves #3529: Fix AppImage Icon (#3570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesssullivan authored Aug 2, 2020
1 parent 4485947 commit cc8c200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Joplin_install_and_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ then
mkdir -p ~/.local/share/applications
echo -e "[Desktop Entry]\nEncoding=UTF-8\nName=Joplin\nComment=Joplin for Desktop\nExec=${HOME}/.joplin/Joplin.AppImage\nIcon=joplin\nStartupWMClass=Joplin\nType=Application\nCategories=Office;\n#${APPIMAGE_VERSION}" >> ~/.local/share/applications/appimagekit-joplin.desktop
# Update application icons
[[ `command -v update-desktop-database` ]] && update-desktop-database ~/.local/share/applications
[[ `command -v update-desktop-database` ]] && update-desktop-database ~/.local/share/applications && update-desktop-database ~/.local/share/icons
print "${COLOR_GREEN}OK${COLOR_RESET}"
else
print "${COLOR_RED}NOT DONE, unknown desktop '${DESKTOP}'${COLOR_RESET}"
Expand Down

0 comments on commit cc8c200

Please sign in to comment.