1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-20 18:48:28 +02:00

Linux: Fix AppImage icon when installing using Joplin_install_and_update.sh (#7346)

This commit is contained in:
Roman Musin 2022-11-27 19:53:37 +00:00 committed by GitHub
parent 1e788305c3
commit cb563f7e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ then
Name=Joplin
Comment=Joplin for Desktop
Exec=${HOME}/.joplin/Joplin.AppImage ${SANDBOXPARAM} %u
Icon=joplin
Icon=@joplinapp-desktop
StartupWMClass=Joplin
Type=Application
Categories=Office;

View File

@ -95,7 +95,7 @@
"icon": "../../Assets/LinuxIcons",
"category": "Office",
"desktop": {
"Icon": "joplin",
"Icon": "@joplinapp-desktop",
"MimeType": "x-scheme-handler/joplin;"
},
"target": "AppImage"