Fix windows build script for new version of PySide6

This commit is contained in:
Micah Lee 2023-05-21 16:30:45 -07:00 committed by Saptak S
parent ff7297fa73
commit 6afec64ae2
2 changed files with 4 additions and 2 deletions

View file

@ -324,7 +324,7 @@ def cleanup_build():
build_path = os.path.join(desktop_dir, "build", "exe.win-amd64-3.10")
before_size = get_size(build_path)
for dirname in ["examples", "qml"]:
for dirname in ["qml"]:
shutil.rmtree(os.path.join(build_path, "lib", "PySide6", dirname))
for dirname in [
"assetimporters",