fix wrong naming in theme.json

This commit is contained in:
Simon Pistache 2023-05-08 14:18:17 +02:00
parent b5aeabc813
commit 6cd74ba294
2 changed files with 1 additions and 2 deletions

View File

@ -76,7 +76,6 @@ def test_image_size(working_path, manifest):
assert w >= h, "✖ Image orientation is portrait (must be landscape or square)"
# print(f"✔ Images are big enough ({w}×{h}) and landscape.")
def test_overlapping_images(manifest):
jointed_lists = manifest.get("dayImageList")
jointed_lists.extend(manifest.get("nightImageList"))

View File

@ -1,5 +1,5 @@
{
"imageFilename": "bl2_eridium_badlands_*.jpg",
"imageFilename": "bl2_eridum_badlands_*.jpg",
"imageCredits": "Gearbox",
"displayName": "",
"dayHighlight": 1,