This commit is contained in:
ZtRXR 2024-05-05 22:42:44 +08:00
parent edfb1ba32c
commit 05f746af6b

View File

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