add missing STOP Variable

This commit is contained in:
gOOvER 2023-01-29 11:28:38 +01:00
parent a985670de3
commit 404a3f8028

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-01-29T10:24:39+01:00",
"exported_at": "2023-01-29T11:28:22+01:00",
"name": "Valheim BepINex",
"author": "info@goover.de",
"description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture incl the Plugin Framework BepInEx",
@ -20,7 +20,7 @@
"files": "{}",
"startup": "{\r\n \"done\": \"DungeonDB Start\"\r\n}",
"logs": "{}",
"stop": "^^C"
"stop": "^C"
},
"scripts": {
"installation": {
@ -179,6 +179,16 @@
"user_editable": false,
"rules": "required|string",
"field_type": "text"
},
{
"name": "Shutdown Command",
"description": "",
"env_variable": "STOP",
"default_value": "kill -2 $!; wait;",
"user_viewable": false,
"user_editable": false,
"rules": "required|string|max:20",
"field_type": "text"
}
]
}