WebHost: add game to template export
This commit is contained in:
parent
6814bc158a
commit
1d565b9aaf
|
@ -44,7 +44,7 @@ def create():
|
|||
# Generate JSON files for player-settings pages
|
||||
player_settings = {
|
||||
"baseOptions": {
|
||||
"description": "Generated by https://archipelago.gg/",
|
||||
"description": f"Generated by https://archipelago.gg/ for {game_name}",
|
||||
"game": game_name,
|
||||
"name": "Player",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue