Merge pull request #335 from parkervcp/update/7dtd

add ld lib path to 7dtd
This commit is contained in:
Michael (Parker) Parker 2019-10-26 16:40:07 -04:00 committed by GitHub
commit cfd941a3ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2019-08-30T20:42:59-04:00",
"exported_at": "2019-10-24T00:07:13-04:00",
"name": "7 Days To Die",
"author": "kristoffer.norman@bahnhof.se",
"description": "7 days to die server",
@ -58,6 +58,15 @@
"user_viewable": 1,
"user_editable": 1,
"rules": "required|boolean"
},
{
"name": "ld lib path",
"description": "This is really annoying that more games are doing this.",
"env_variable": "LD_LIBRARY_PATH",
"default_value": ".",
"user_viewable": 0,
"user_editable": 0,
"rules": "required|string|max:20"
}
]
}