mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 17:04:22 +00:00
Set prefer system libraries off
This commit is contained in:
parent
c1fd44eef6
commit
239ea780cb
@ -70,11 +70,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"execute": {
|
"execute": {
|
||||||
|
"description": "Creating game path",
|
||||||
"command": "mkdir -p $GAMEDIR'/drive_c/Program Files/Roberts Space Industries/StarCitizen/'{LIVE,PTU}"
|
"command": "mkdir -p $GAMEDIR'/drive_c/Program Files/Roberts Space Industries/StarCitizen/'{LIVE,PTU}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"system": {
|
"system": {
|
||||||
|
"prefer_system_libs": false,
|
||||||
"env": {
|
"env": {
|
||||||
"DXVK_HUD": "0",
|
"DXVK_HUD": "0",
|
||||||
"__GL_SHADER_DISK_CACHE": 1,
|
"__GL_SHADER_DISK_CACHE": 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user