-
- Downloads
_v2-entry-point: Remove support for running in "session mode"
We used to use this to process Windows games' installscripts, but since Steam beta 1623823138, Steam implements a much simpler interface for running installscripts and we don't need this any more. Less code means fewer bugs! Instead of doing all the previous logic with commands run in the background, we just call exec_container. See also steam-runtime-tools!324, which documents the old and new compatibility tool interfaces. Resolves: T28961 Signed-off-by:Simon McVittie <smcv@collabora.com>
parent
1b730069
Branches
Tags
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
Showing
- common/_start-container-in-background 0 additions, 208 deletionscommon/_start-container-in-background
- common/_v2-entry-point 3 additions, 123 deletionscommon/_v2-entry-point
- runtimes/scout/README.md 0 additions, 3 deletionsruntimes/scout/README.md
- runtimes/soldier/README.md 0 additions, 3 deletionsruntimes/soldier/README.md
Please register or sign in to comment