Added pack.png

This commit is contained in:
Casey 2024-05-22 11:09:40 +03:00
parent 6e1f1789d8
commit d285533965
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ async def main():
}, fp, indent=2, ensure_ascii=False)
with ZipFile("pack.zip", "w") as zipf:
zipf.write(GLASS_OUTPUT_PATH / "purple" / "0.png", "pack.png")
for file in OUTPUT_PATH.rglob("*"):
zipf.write(file, Path(*file.parts[1:]))