From 679a4340acf059663b16cfebac87be9e2da18a30 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 20 Aug 2020 12:44:36 -0500 Subject: [PATCH] toolmanifest.vdf: Update to v2 manifest Required to run within the new Soldier runtime container. --- toolmanifest.vdf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/toolmanifest.vdf b/toolmanifest.vdf index 00322b34..0b8490e6 100644 --- a/toolmanifest.vdf +++ b/toolmanifest.vdf @@ -1,7 +1,7 @@ "manifest" { - "commandline" "/proton run" - "commandline_getnativepath" "/proton getnativepath" - "commandline_getcompatpath" "/proton getcompatpath" - "commandline_waitforexitandrun" "/proton waitforexitandrun" + "version" "2" + "commandline" "/proton %verb%" + "require_tool_appid" "1391110" + "use_sessions" "1" }