mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
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
This commit is contained in:
parent
b24ef40afa
commit
bfebd77f24
13
compatibilitytool.vdf
Normal file
13
compatibilitytool.vdf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
"compatibilitytools"
|
||||||
|
{
|
||||||
|
"compat_tools"
|
||||||
|
{
|
||||||
|
"ULWGL" // Internal name of this tool
|
||||||
|
{
|
||||||
|
"install_path" "."
|
||||||
|
"display_name" "Unified Linux Wine Game Launcher"
|
||||||
|
"from_oslist" "windows"
|
||||||
|
"to_oslist" "linux"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,9 +1,8 @@
|
|||||||
// Generated file, do not edit
|
// Generated file, do not edit
|
||||||
"manifest"
|
"manifest"
|
||||||
{
|
{
|
||||||
"commandline" "/ULWGL --verb=%verb% --"
|
"commandline" "/ulwgl-run %verb%"
|
||||||
"version" "2"
|
"version" "2"
|
||||||
"use_tool_subprocess_reaper" "1"
|
"use_tool_subprocess_reaper" "1"
|
||||||
"unlisted" "1"
|
|
||||||
"compatmanager_layer_name" "container-runtime"
|
"compatmanager_layer_name" "container-runtime"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user