mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-28 02:04:47 +01:00
fix namespace collision for multiple proton installs
Signed-off-by: Steven Noonan <steven@valvesoftware.com>
This commit is contained in:
parent
b3ecf24bc3
commit
7bfeb7f94d
2 changed files with 3 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue