toolmanifest: Fix syntax
This commit is contained in:
parent
ab400010bc
commit
07d39d53ef
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
"manifest"
|
||||
{
|
||||
"commandline" "/proton run"
|
||||
"commandline_getnativepath" = "/proton getnativepath"
|
||||
"commandline_getcompatpath" = "/proton getcompatpath"
|
||||
"commandline_getnativepath" "/proton getnativepath"
|
||||
"commandline_getcompatpath" "/proton getcompatpath"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue