renamed special ct_icon to ct_icons

This commit is contained in:
Faraphel 2022-08-06 22:00:27 +02:00
parent 42fef0b2e3
commit c232a8e328
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"operation": {
"special": {"name": "ct_icon"},
"special": {"name": "ct_icons"},
"img-encode": {"encoding": "TPL.CMPR"}
}
}

View file

@ -1,6 +1,6 @@
{
"operation": {
"special": {"name": "ct_icon"},
"special": {"name": "ct_icons"},
"img-encode": {"encoding": "TPL.CMPR"}
}
}

View file

@ -86,7 +86,7 @@ class ExtractedGame:
ct_icons = BytesIO()
mod_config.get_full_cticon().save(ct_icons, format="PNG")
ct_icons.seek(0)
self._special_file["ct_icon"] = ct_icons
self._special_file["ct_icons"] = ct_icons
def prepare_dol(self) -> Generator[dict, None, None]:
"""