mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-05 12:18:21 +02:00
renamed special ct_icon to ct_icons
This commit is contained in:
parent
42fef0b2e3
commit
c232a8e328
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"operation": {
|
"operation": {
|
||||||
"special": {"name": "ct_icon"},
|
"special": {"name": "ct_icons"},
|
||||||
"img-encode": {"encoding": "TPL.CMPR"}
|
"img-encode": {"encoding": "TPL.CMPR"}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"operation": {
|
"operation": {
|
||||||
"special": {"name": "ct_icon"},
|
"special": {"name": "ct_icons"},
|
||||||
"img-encode": {"encoding": "TPL.CMPR"}
|
"img-encode": {"encoding": "TPL.CMPR"}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -86,7 +86,7 @@ class ExtractedGame:
|
||||||
ct_icons = BytesIO()
|
ct_icons = BytesIO()
|
||||||
mod_config.get_full_cticon().save(ct_icons, format="PNG")
|
mod_config.get_full_cticon().save(ct_icons, format="PNG")
|
||||||
ct_icons.seek(0)
|
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]:
|
def prepare_dol(self) -> Generator[dict, None, None]:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue