Skip to content
Snippets Groups Projects
Commit 0406b94b authored by Timothee Besset's avatar Timothee Besset
Browse files

Merge branch 'wip/sniper-unlisted' into 'master'

Mark all runtimes except scout as unlisted

See merge request steamlinuxruntime!44
parents 2a62a08a b500ca8d
No related branches found
No related tags found
No related merge requests found
......@@ -859,7 +859,7 @@ class Main:
use_tool_subprocess_reaper='1',
)
) # type: Dict[str, Any]
if runtime.suite == 'soldier':
if runtime.suite != 'scout':
content['manifest']['unlisted'] = '1'
vdf.dump(content, writer, pretty=True, escaped=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment