mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-10 15:43:02 +08:00
move startup variable to Variables
This commit is contained in:
parent
fea8dbfd6e
commit
9e253685f2
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2022-11-05T08:33:11+01:00",
|
"exported_at": "2022-11-05T09:51:58+01:00",
|
||||||
"name": "Space Engineers",
|
"name": "Space Engineers",
|
||||||
"author": "tueye@tuworld.de",
|
"author": "tueye@tuworld.de",
|
||||||
"description": "Space Engineers is a voxel-based sandbox game set in space and on planets.",
|
"description": "Space Engineers is a voxel-based sandbox game set in space and on planets.",
|
||||||
@ -199,6 +199,16 @@
|
|||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "required|boolean",
|
"rules": "required|boolean",
|
||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "WINEDLLOVERRIDES",
|
||||||
|
"description": "",
|
||||||
|
"env_variable": "WINEDLLOVERRIDES",
|
||||||
|
"default_value": "mscoree=n,b;mshtml=n,b",
|
||||||
|
"user_viewable": false,
|
||||||
|
"user_editable": false,
|
||||||
|
"rules": "required|string",
|
||||||
|
"field_type": "text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user