@ -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:]))