WebHost: add game to template export

This commit is contained in:
Fabian Dill 2023-05-19 21:48:45 +02:00 committed by Fabian Dill
parent 6814bc158a
commit 1d565b9aaf
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},