Update a python 3.11 path to 3.12 on windows

This commit is contained in:
Miguel Jacq 2025-02-03 10:16:44 +11:00
parent 302ccc9514
commit a5f4b30198
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9

View File

@ -324,7 +324,7 @@ def main():
@main.command()
def cleanup_build():
"""Delete unused PySide6 stuff to save space"""
build_path = os.path.join(desktop_dir, "build", "exe.win-amd64-3.11")
build_path = os.path.join(desktop_dir, "build", "exe.win-amd64-3.12")
before_size = get_size(build_path)
for dirname in ["qml"]: