Skip to content

Conversation

olastor
Copy link

@olastor olastor commented Jun 11, 2025

This updates the windows dependencies to the latest release 1.16.0

The file integrity can be checked like this:

wget https://developers.yubico.com/libfido2/Releases/libfido2-1.16.0-win.zip
unzip libfido2-1.16.0-win.zip
rm -rf windows && mkdir windows
mv libfido2-1.16.0-win/include windows
mv libfido2-1.16.0-win/Win64/Release/v143/dynamic windows/lib
git status # should not show any new changes in `windows/`

should close #44 , but probably additional changes are needed in https://github.com/keys-pub/scoop-bucket , as well.

Updates files in `windows/` folder using release assets from
https://developers.yubico.com/libfido2/Releases/

This can be reproduced by downloading the windows release of 1.16.0, and
running following commands inside `windows/`:

cp -r ~/Downloads/libfido2-1.16.0-win/include include
cp -r ~/Downloads/libfido2-1.16.0-win/Win64/Release/v143/dynamic lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem under Windows
1 participant