Replies: 5 comments 6 replies
-
So, I agree in theory; however, I'm not sure exactly what to do about it, and I think this needs design work. I think more information is needed on how you might like this process to work, as well as what others might like: what might make a difference in your case, what features we could create, etc. I think this is better suited for a discussion, where people can make suggestions and we can spin out PRs and issues from that discussion, so I'll move it over |
Beta Was this translation helpful? Give feedback.
-
Maybe a simple automation script will work.
This only considered |
Beta Was this translation helpful? Give feedback.
-
Check microsoft/vcpkg-tool#52 |
Beta Was this translation helpful? Give feedback.
-
An python script to do the dirty work. Just put it under registry's root folder (Please check https://github.com/cnSchwarzer/vcpkg-ports) and run it use Code: https://gist.github.com/cnSchwarzer/7922a542eb192fdf6623e48e77664bec
|
Beta Was this translation helpful? Give feedback.
-
still unable to |
Beta Was this translation helpful? Give feedback.
-
We have to
😅 Too complicated to do this every time
Update: An python script to do the dirty work. Just put it under registry's root folder (Please check https://github.com/cnSchwarzer/vcpkg-ports) and run it use python.exe ./auto-update.py. A flag -f will force update all ports. This only works with vcpkg_from_github.
Code: https://gist.github.com/cnSchwarzer/7922a542eb192fdf6623e48e77664bec
Beta Was this translation helpful? Give feedback.
All reactions