in scripts/icon-builder.py [0:0]
def clean_dist(): """Removes all files from the dist/ directory""" path = Path("../dist") if path.exists(): shutil.rmtree(path) os.mkdir(path)