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