2018-08-21 02:11:58 +02:00
|
|
|
"compatibilitytools"
|
|
|
|
{
|
|
|
|
"compat_tools"
|
|
|
|
{
|
2018-10-13 09:27:52 +02:00
|
|
|
"##BUILD_NAME##" // Internal name of this tool
|
2018-08-21 02:11:58 +02:00
|
|
|
{
|
|
|
|
// 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.:
|
2018-10-13 09:27:52 +02:00
|
|
|
"display_name" "##BUILD_NAME##"
|
2018-08-21 02:11:58 +02:00
|
|
|
|
|
|
|
"from_oslist" "windows"
|
|
|
|
"to_oslist" "linux"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|