Skip to content

Commit

Permalink
Update customscripts.lrplugin manifest format
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvit committed Jul 4, 2014
1 parent dbef907 commit be34f90
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions customscripts.lrplugin/manifest.json
Expand Up @@ -2,16 +2,12 @@
"manifest_version": 2,
"actions": [
{
"kind": "postproc",
"type": "custom-command",
"id": "command",
"objc_class": "CustomCommandAction",
"objc_rowClass": "RunCustomCommandActionRow"
},
{
"kind": "postproc",
"type": "user-script",
"id": "script",
"objc_class": "UserScriptAction",
"objc_rowClass": "RunScriptActionRow"
}
]
}

0 comments on commit be34f90

Please sign in to comment.