Skip to content

Commit

Permalink
Add the required files for Steam discovery
Browse files Browse the repository at this point in the history
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
  • Loading branch information
loathingKernel committed Feb 19, 2024
1 parent 82b66ad commit 7b1d589
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
13 changes: 13 additions & 0 deletions compatibilitytool.vdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"compatibilitytools"
{
"compat_tools"
{
"ULWGL" // Internal name of this tool
{
"install_path" "."
"display_name" "ULWGL"
"from_oslist" "windows"
"to_oslist" "linux"
}
}
}
3 changes: 1 addition & 2 deletions toolmanifest.vdf
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// Generated file, do not edit
"manifest"
{
"commandline" "/ULWGL --verb=%verb% --"
"commandline" "/ulwgl-run %verb%"
"version" "2"
"use_tool_subprocess_reaper" "1"
"unlisted" "1"
"compatmanager_layer_name" "container-runtime"
}
13 changes: 13 additions & 0 deletions ulwgl.vdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"compatibilitytools"
{
"compat_tools"
{
"ULWGL" // Internal name of this tool
{
"install_path" "../../ULWGL"
"display_name" "ULWGL"
"from_oslist" "windows"
"to_oslist" "linux"
}
}
}

0 comments on commit 7b1d589

Please sign in to comment.