From 707741dcc118c108f503c2d6dfa52dffde93eb50 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Fri, 22 Jul 2022 12:20:14 +0300 Subject: [PATCH] toolmanifest: Specify the compatmanager layer name Link: https://github.com/ValveSoftware/Proton/pull/5891 --- toolmanifest_runtime.vdf | 1 + 1 file changed, 1 insertion(+) diff --git a/toolmanifest_runtime.vdf b/toolmanifest_runtime.vdf index 0b8490e6..a5d0356c 100644 --- a/toolmanifest_runtime.vdf +++ b/toolmanifest_runtime.vdf @@ -4,4 +4,5 @@ "commandline" "/proton %verb%" "require_tool_appid" "1391110" "use_sessions" "1" + "compatmanager_layer_name" "proton" }