Skip to content
Snippets Groups Projects
Commit b500ca8d authored by Simon McVittie's avatar Simon McVittie
Browse files

Mark all runtimes except scout as unlisted


It doesn't make sense to run games that were compiled for scout on
soldier or future runtimes.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 2a62a08a
No related branches found
No related tags found
No related merge requests found
...@@ -859,7 +859,7 @@ class Main: ...@@ -859,7 +859,7 @@ class Main:
use_tool_subprocess_reaper='1', use_tool_subprocess_reaper='1',
) )
) # type: Dict[str, Any] ) # type: Dict[str, Any]
if runtime.suite == 'soldier': if runtime.suite != 'scout':
content['manifest']['unlisted'] = '1' content['manifest']['unlisted'] = '1'
vdf.dump(content, writer, pretty=True, escaped=True) 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