fix namespace collision for multiple proton installs

Signed-off-by: Steven Noonan <steven@valvesoftware.com>
This commit is contained in:
Steven Noonan
2018-10-13 00:27:52 -07:00
parent b3ecf24bc3
commit 7bfeb7f94d
2 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,7 @@
{
"compat_tools"
{
"proton-localbuild" // Internal name of this tool
"##BUILD_NAME##" // Internal name of this tool
{
// Can register this tool with Steam in two ways:
//
@ -14,9 +14,7 @@
"install_path" "."
// For this template, we're going to substitute the display_name key in here, e.g.:
// "display_name" "Proton - local build 3/2"
//##DISPLAY_NAME##
"display_name" "##BUILD_NAME##"
"from_oslist" "windows"
"to_oslist" "linux"