toolmanifest: Fix syntax

This commit is contained in:
Andrew Eikum 2018-03-12 08:53:55 -05:00
parent ab400010bc
commit 07d39d53ef

View file

@ -1,6 +1,6 @@
"manifest" "manifest"
{ {
"commandline" "/proton run" "commandline" "/proton run"
"commandline_getnativepath" = "/proton getnativepath" "commandline_getnativepath" "/proton getnativepath"
"commandline_getcompatpath" = "/proton getcompatpath" "commandline_getcompatpath" "/proton getcompatpath"
} }