From d2855339659965689487ede0a5b624825497caef Mon Sep 17 00:00:00 2001 From: hkc Date: Wed, 22 May 2024 11:09:40 +0300 Subject: [PATCH] Added pack.png --- make.py | 1 + 1 file changed, 1 insertion(+) 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:]))