mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-25 01:22:54 +08:00
add windows install flag for conan
This commit is contained in:
parent
8e51fb55c3
commit
1a0376d7ef
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user