Declare SCUM runtime executable for extensions

This commit is contained in:
npc0-hue
2026-08-24 10:14:04 +08:00
parent d1e9eefe92
commit 55b5483e68
3 changed files with 3 additions and 1 deletions
@@ -10,6 +10,7 @@
"action": { "enum": ["install", "start", "stop", "restart", "status"] },
"mode": { "enum": ["oneshot", "supervised", "control"] },
"executableKey": { "$ref": "game-plugin.manifest.schema.json#/$defs/relativePathRef" },
"targetExecutableKey": { "$ref": "game-plugin.manifest.schema.json#/$defs/relativePathRef" },
"arguments": {
"type": "array",
"items": { "type": "string", "minLength": 1, "maxLength": 240 },