Skip to content

Commit

Permalink
WebHost: add game to template export
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed May 21, 2023
1 parent 6814bc1 commit 1d565b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebHostLib/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_html_doc(option_type: type(Options.Option)) -> str:
# 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",
},
Expand Down

0 comments on commit 1d565b9

Please sign in to comment.