From 07d39d53ef1320847327365a797e9d926d621d1d Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Mon, 12 Mar 2018 08:53:55 -0500 Subject: [PATCH] toolmanifest: Fix syntax --- toolmanifest.vdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolmanifest.vdf b/toolmanifest.vdf index 0da5efcb..931977ac 100644 --- a/toolmanifest.vdf +++ b/toolmanifest.vdf @@ -1,6 +1,6 @@ "manifest" { "commandline" "/proton run" - "commandline_getnativepath" = "/proton getnativepath" - "commandline_getcompatpath" = "/proton getcompatpath" + "commandline_getnativepath" "/proton getnativepath" + "commandline_getcompatpath" "/proton getcompatpath" }