merge main and fix conflicts

This commit is contained in:
Miguel Jacq 2025-02-03 17:10:32 +11:00
commit 17b8007514
No known key found for this signature in database
GPG key ID: 59B3F0C24135C6A9
137 changed files with 9945 additions and 2189 deletions

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"]: