update altv default variable

update build variable default values

update description to match new values
This commit is contained in:
Michael Parker 2020-02-19 21:51:29 -05:00
parent f4b4464ef7
commit a07af6fa55

View File

@ -3,7 +3,7 @@
"meta": { "meta": {
"version": "PTDL_v1" "version": "PTDL_v1"
}, },
"exported_at": "2020-01-02T15:11:11-05:00", "exported_at": "2020-02-19T21:48:36-05:00",
"name": "alt:V", "name": "alt:V",
"author": "parker@parkervcp.com", "author": "parker@parkervcp.com",
"description": "alt:V Multiplayer a third-party multiplayer modification for Grand Theft Auto: V", "description": "alt:V Multiplayer a third-party multiplayer modification for Grand Theft Auto: V",
@ -34,9 +34,9 @@
}, },
{ {
"name": "Which alt:V build to download", "name": "Which alt:V build to download",
"description": "The supported versions are alpha, beta, stable (default).\r\n\r\nIf you don't know what you are doing leave it on stable", "description": "The supported versions are release, rc, dev (default: release).\r\n\r\nIf you don't know what you are doing leave it on stable",
"env_variable": "BUILD", "env_variable": "BUILD",
"default_value": "stable", "default_value": "release",
"user_viewable": 1, "user_viewable": 1,
"user_editable": 1, "user_editable": 1,
"rules": "required|string|max:20" "rules": "required|string|max:20"