mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00

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
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
"compatibilitytools"
|
|
{
|
|
"compat_tools"
|
|
{
|
|
"ULWGL" // Internal name of this tool
|
|
{
|
|
"install_path" "../../ULWGL"
|
|
"display_name" "Unified Linux Wine Game Launcher"
|
|
"from_oslist" "windows"
|
|
"to_oslist" "linux"
|
|
}
|
|
}
|
|
}
|