wmllint: added conversion rule for maps/background.png to WebP
This commit is contained in:
parent
9e98be3676
commit
e1553e8c52
1 changed files with 4 additions and 0 deletions
|
@ -1000,6 +1000,10 @@ linechanges = (
|
|||
("themes/unit_box/misc/time-schedules/default/schedule-underground-illum.png", "misc/time-schedules/schedule-underground-illum.png"),
|
||||
("themes/unit_box/misc/time-schedules/default/tod-schedule-24hrs.png", "misc/time-schedules/tod-schedule-24hrs.png"),
|
||||
|
||||
# Changed in 1.17.2
|
||||
# added support for WebP images and converted an image to this format
|
||||
("maps/background.jpg", "maps/background.webp"),
|
||||
|
||||
)
|
||||
|
||||
# helper function to reduce code duplication and allow easy checking
|
||||
|
|
Loading…
Add table
Reference in a new issue