diff --git a/make.py b/make.py index 3d9a12c..33ffbc8 100644 --- a/make.py +++ b/make.py @@ -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:]))