WebHost: Add the DarkSouls3 entry to upload and download the client file

This commit is contained in:
Marechal-l
2022-07-17 12:08:54 +02:00
parent 79888b7b5d
commit 5e7c2d4cee
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -43,6 +43,9 @@
{% elif patch.game in ["A Link to the Past", "Secret of Evermore", "Super Metroid", "SMZ3"] %}
<a href="{{ url_for("download_patch", patch_id=patch.id, room_id=room.id) }}" download>
Download Patch File...</a>
{% elif patch.game == "Dark Souls III" %}
<a href="{{ url_for("download_slot_file", room_id=room.id, player_id=patch.player_id) }}" download>
Download JSON File...</a>
{% else %}
No file to download for this game.
{% endif %}