[web] new args

This commit is contained in:
daniel-j 2016-10-01 19:03:25 +02:00 committed by Mathieu Comandon
parent f78dc9040e
commit 5a80df111f

View file

@ -139,6 +139,10 @@ class web(Runner):
command.append(url)
command.append("--name")
command.append(game_data.get('name'))
command.append("--icon")
command.append(icon)
if self.runner_config.get("fullscreen"):