toolmanifest.vdf: Update to v2 manifest

Required to run within the new Soldier runtime container.
This commit is contained in:
Andrew Eikum 2020-08-20 12:44:36 -05:00
parent 9d7713235c
commit 679a4340ac

View file

@ -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"
}