nextcloud-desktop/shell_integration/dolphin/ownclouddolphinactionplugin.json.in
Kevin Ottens c03837ee0d [dolphin] Remove the desktop file and go straight to json instead
The desktop to json conversion step will disappear with KF6

Signed-off-by: Kevin Ottens <ervin@kde.org>
2024-03-06 14:52:36 +01:00

13 lines
309 B
JSON

{
"KPlugin": {
"MimeTypes": [
"application/octet-stream",
"inode/directory"
],
"Name": "@APPLICATION_NAME@Action",
"ServiceTypes": [
"KFileItemAction/Plugin"
]
},
"MimeType": "application/octet-stream;inode/directory;"
}