mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
Linux: Revert "Linux: Fix AppImage icon when installing using Joplin_install_and_update.sh (#7346)" (#7559)
This reverts commit cb563f7e60
.
This commit is contained in:
parent
ea30a6bd38
commit
d55f6aeb2a
@ -216,7 +216,7 @@ then
|
|||||||
Name=Joplin
|
Name=Joplin
|
||||||
Comment=Joplin for Desktop
|
Comment=Joplin for Desktop
|
||||||
Exec=${HOME}/.joplin/Joplin.AppImage ${SANDBOXPARAM} %u
|
Exec=${HOME}/.joplin/Joplin.AppImage ${SANDBOXPARAM} %u
|
||||||
Icon=@joplinapp-desktop
|
Icon=joplin
|
||||||
StartupWMClass=Joplin
|
StartupWMClass=Joplin
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Office;
|
Categories=Office;
|
||||||
|
@ -95,7 +95,7 @@
|
|||||||
"icon": "../../Assets/LinuxIcons",
|
"icon": "../../Assets/LinuxIcons",
|
||||||
"category": "Office",
|
"category": "Office",
|
||||||
"desktop": {
|
"desktop": {
|
||||||
"Icon": "@joplinapp-desktop",
|
"Icon": "joplin",
|
||||||
"MimeType": "x-scheme-handler/joplin;"
|
"MimeType": "x-scheme-handler/joplin;"
|
||||||
},
|
},
|
||||||
"target": "AppImage"
|
"target": "AppImage"
|
||||||
|
Loading…
Reference in New Issue
Block a user