UWINE/compatibilitytool.vdf
Stelios Tsampas bfebd77f24 Add the required files for Steam discovery
There are two files describing the compatibility tool,

* `compatibilitytool.vdf`, useful if ULWGL is installed under
`.local/share/Steam/compatibilitytools.d`

* `ulwgl.vdf`, can be installed in `.local/share/Steam/compatibilitytools.d`
and allows Steam to use ULWGL from the `.local/share/ULWGL` path
2024-02-20 00:24:22 +02:00

14 lines
245 B
Plaintext

"compatibilitytools"
{
"compat_tools"
{
"ULWGL" // Internal name of this tool
{
"install_path" "."
"display_name" "Unified Linux Wine Game Launcher"
"from_oslist" "windows"
"to_oslist" "linux"
}
}
}