Scriping sandbox env dir

im trying to make a install script ive been trying to get sandbox dir to “$GAMEDIR/SandBox”
but it isnt working do i need to precreate the folder or is my syntax wrong?

“wine”: {
“eac”: false,
“dxvk”: true,
“esync”: true,
“fsync”: true,
“fsr”: false,
“battleye”: false,
“sandbox_dir”: “$GAMEDIR/SandBox”,
“version”: “lutris-fshack-7.2-x86_64”
}

all it does is set the sandbox to $GAMEDIR it ignores Sandbox

figured it out dont use upper case

1 Like