Skip to content

Commit 1d565b9

Browse files
committed
WebHost: add game to template export
1 parent 6814bc1 commit 1d565b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebHostLib/options.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_html_doc(option_type: type(Options.Option)) -> str:
4444
# Generate JSON files for player-settings pages
4545
player_settings = {
4646
"baseOptions": {
47-
"description": "Generated by https://archipelago.gg/",
47+
"description": f"Generated by https://archipelago.gg/ for {game_name}",
4848
"game": game_name,
4949
"name": "Player",
5050
},

0 commit comments

Comments
 (0)