diff options
author | Friedemann Kleint <[email protected]> | 2025-07-09 15:31:30 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2025-07-11 10:24:17 +0200 |
commit | d16a35c79c7d3d871aece9763f97690098ee9764 (patch) | |
tree | 5523d0b03e13c98532b467fef053dbd977d96ebe | |
parent | 040e19b8dc83dbda0e54f761e74595fcd71ed098 (diff) |
Use newer versions of the MSVC runtime
Bump the archive version.
Pick-to: 6.9
Fixes: PYSIDE-2938
Change-Id: I1e00c96df9c6ba4ea55f1c0cf9e6ebdd0ae1f4f3
Reviewed-by: Simo Fält <[email protected]>
-rw-r--r-- | build_scripts/platforms/windows_desktop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/platforms/windows_desktop.py b/build_scripts/platforms/windows_desktop.py index b80acba5e..7d3febea1 100644 --- a/build_scripts/platforms/windows_desktop.py +++ b/build_scripts/platforms/windows_desktop.py @@ -241,7 +241,7 @@ def download_qt_dependency_dlls(_vars, destination_qt_dir, artifacts): cache_dir = get_cache_dir() redist_url = "https://download.qt.io/development_releases/prebuilt/vcredist/" - zip_file = "pyside_qt_deps_681_64_2022.7z" + zip_file = "pyside_qt_deps_684_64_2022.7z" if platform.machine() == "ARM64": zip_file = "pyside_qt_deps_690_arm_2022.7z" try: |