We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6814bc1 commit 1d565b9Copy full SHA for 1d565b9
WebHostLib/options.py
@@ -44,7 +44,7 @@ def get_html_doc(option_type: type(Options.Option)) -> str:
44
# Generate JSON files for player-settings pages
45
player_settings = {
46
"baseOptions": {
47
- "description": "Generated by https://archipelago.gg/",
+ "description": f"Generated by https://archipelago.gg/ for {game_name}",
48
"game": game_name,
49
"name": "Player",
50
},
0 commit comments