diff --git a/configure.py b/configure.py index e609257e..c4376f3b 100644 --- a/configure.py +++ b/configure.py @@ -26,7 +26,7 @@ parser.add_argument('--build-vcpkg', help='Build VCPKG environment from scratch instead of downloading prebuilt one.') parser.add_argument('--vcpkg-archive-url', type=str, - default='https://github.com/NathanMOlson/windows-deps/releases/download/2025-8-21/vcpkg-export.zip', + default='https://github.com/NathanMOlson/windows-deps/releases/download/2025-8-22a/vcpkg-export.zip', required=False, help='Path to VCPKG export archive') parser.add_argument('--code-sign-cert-path',