peinjector/package/cli/manifest.json

55 lines
1.1 KiB
JSON
Raw Normal View History

2024-02-08 19:04:07 +08:00
{
"version": "0.0.1",
"name": "cli-tools",
"author": "cxykevin",
"introduce": "PEinjector/命令行工具",
"compatibility": {
"injector": {
"min": "0.0.1",
"max": "0.0.1"
}
},
"load": {
"symlink": true,
"mode": {
"onboot": [
{
"type": "copy",
"from": "cli",
"to": "X:/Windows/system32"
}
],
"onload": [
{
"type": "start",
"command": "cmd"
}
]
}
},
"start": {
2024-02-10 12:53:12 +08:00
"icon": {
"name": "CMD",
"command": "cmd",
"icon": "X:/Windows/system32/cmd.exe"
},
2024-02-08 19:04:07 +08:00
"path": [
"X:/Windows/system32/cli"
]
},
2024-02-10 12:53:12 +08:00
"reg": [
"1.reg"
],
2024-02-08 19:04:07 +08:00
"keywords": [
"cli",
"PEinjector"
],
"dependence": [],
"datas": [
{
"type": "dir",
"from": "cli/test.txt",
"to": "data1"
}
]
}