feat: support application hooks

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2023-10-07 15:15:08 +08:00
committed by Comix
parent f233279466
commit fb0fc0a8ee
13 changed files with 317 additions and 56 deletions

View File

@ -0,0 +1,6 @@
{
"Exec": "/usr/bin/echo",
"Args": [
"for test"
]
}