Update compatibilitytool.vdf and toolmanifest.vdf

* Remove ulwgl.vdf and create symlink to `.local/share/ULWGL`
This commit is contained in:
Stelios Tsampas 2024-02-20 02:03:33 +02:00
parent 23b6e3b1a4
commit 681191115a
4 changed files with 4 additions and 16 deletions

View File

@ -2,10 +2,10 @@
{
"compat_tools"
{
"ULWGL" // Internal name of this tool
"ULWGL-Runner" // Internal name of this tool
{
"install_path" "."
"display_name" "Unified Linux Wine Game Launcher"
"display_name" "ULWGL-Runner"
"from_oslist" "windows"
"to_oslist" "linux"
}

2
ULWGL-Runner/toolmanifest.vdf Executable file → Normal file
View File

@ -4,5 +4,5 @@
"commandline" "/ulwgl-run %verb%"
"version" "2"
"use_tool_subprocess_reaper" "1"
"compatmanager_layer_name" "ulwgl"
"compatmanager_layer_name" "ulwgl-runner"
}

1
ULWGL-Runner/ulwgl-run Symbolic link
View File

@ -0,0 +1 @@
../../../ULWGL/ulwgl-run

View File

@ -1,13 +0,0 @@
"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"
}
}
}