From 05f746af6b3f82a76e5b3e96aa0bc3c58eb9b687 Mon Sep 17 00:00:00 2001 From: ZtRXR Date: Sun, 5 May 2024 22:42:44 +0800 Subject: [PATCH] update --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 001f571..e5cfe91 100644 --- a/build.py +++ b/build.py @@ -13,6 +13,6 @@ else: print("you are on the other platform please put webp_to_png/data \"data\" directory into the exe directory") exit(1) -# subprocess.run(["poetry","build"], check=True) +subprocess.run(["poetry","build"], check=True) print(f"copying {source_dir} to {des_dir}") shutil.copytree(source_dir,des_dir) \ No newline at end of file