Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows build failure caused by missing dependency. #969

Merged

Commits on May 30, 2024

  1. Fix Windows build failure caused by missing dependency.

    Msys2's libcurl package was recently updated to enable HTTP/3
    support which means it now also depends on libnghttp3.
    genDllVersions.sh was updated to include this new dependency.
    
    The Windows installer build action was also changed to upload its
    build artifacts before it tests to make sure the plugins load. This
    makes it possible to look at the generated artifacts for missing
    dependencies if the plugin load verification fails.
    acolwell committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3803a10 View commit details
    Browse the repository at this point in the history