From fa634281a9dd7975c619c9cb8d0ea43dd11e4b53 Mon Sep 17 00:00:00 2001 From: Timothee 'TTimo' Besset <ttimo@ttimo.net> Date: Wed, 21 Oct 2020 16:12:11 -0500 Subject: [PATCH] T24370 - add a new flag to fix 'Force Exit' in Proton 5.13 --- populate-depot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/populate-depot.py b/populate-depot.py index 048ba9d..0a7a4c1 100755 --- a/populate-depot.py +++ b/populate-depot.py @@ -670,6 +670,7 @@ class Main: manifest=dict( commandline=' '.join(words), version='2', + use_tool_subprocess_reaper='1', ) ) # type: Dict[str, Any] if runtime.suite == 'soldier': -- GitLab