1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-07 08:07:09 +02:00

add windows install flag for conan

This commit is contained in:
Michael Parker 2020-10-09 09:00:20 -04:00
parent 8e51fb55c3
commit 1a0376d7ef

View File

@ -3,7 +3,7 @@
"meta": {
"version": "PTDL_v1"
},
"exported_at": "2020-07-11T08:34:24-04:00",
"exported_at": "2020-10-09T08:53:02-04:00",
"name": "Conan Exiles",
"author": "brycea@terrahost.cloud",
"description": "Conan Exiles is an open-world survival game set in the brutal lands of Conan the Barbarian. Survive in a savage world, build your kingdom, and dominate your enemies in brutal combat and epic warfare.",
@ -67,6 +67,15 @@
"user_viewable": 0,
"user_editable": 0,
"rules": "required|numeric"
},
{
"name": "Windows install variable",
"description": "Required for windows applications to install with steam.",
"env_variable": "WINDOWS_INSTALL",
"default_value": "1",
"user_viewable": 0,
"user_editable": 0,
"rules": "required|string|max:20"
}
]
}