update
This commit is contained in:
parent
edfb1ba32c
commit
05f746af6b
2
build.py
2
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")
|
print("you are on the other platform please put webp_to_png/data \"data\" directory into the exe directory")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
# subprocess.run(["poetry","build"], check=True)
|
subprocess.run(["poetry","build"], check=True)
|
||||||
print(f"copying {source_dir} to {des_dir}")
|
print(f"copying {source_dir} to {des_dir}")
|
||||||
shutil.copytree(source_dir,des_dir)
|
shutil.copytree(source_dir,des_dir)
|
Loading…
Reference in New Issue
Block a user