1
0
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:
Roman Musin 2022-12-30 23:21:29 +00:00 committed by GitHub
parent ea30a6bd38
commit d55f6aeb2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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"