Welcome to mirror list, hosted at ThFree Co, Russian Federation.

compatibilitytool.vdf.template - github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ac60e8b2e5fa4b5f7cdbacf95124955e5745a75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
"compatibilitytools"
{
  "compat_tools"
  {
    "##BUILD_NAME##" // Internal name of this tool
    {
      // Can register this tool with Steam in two ways:
      //
      // - The tool can be placed as a subdirectory in compatibilitytools.d, in which case this
      //   should be '.'
      //
      // - This manifest can be placed directly in compatibilitytools.d, in which case this should
      //   be the relative or absolute path to the tool's dist directory.
      "install_path" "."

      // For this template, we're going to substitute the display_name key in here, e.g.:
      "display_name" "##BUILD_NAME##"

      "from_oslist"  "windows"
      "to_oslist"    "linux"
    }
  }
}