Description
As originally discussed in #130 (comment) the curl/curl-for-win project stated to offer Windows builds of trurl.
However, it appears that the trurl.exe
binaries are only available as pipeline artifacts of the daily build pipelines. Specifically, the binaries are deeply nested in the curl-windows-daily
artifact which contains arch specific zip files, e.g. curl-8.11.0-DEV_20241020-win64-mingw-test.zip
within which in the bin/
folder I can finally find the desired trurl.exe
.
I am now wondering whether there's an option to make this process easier? Is there a way you can provide the trurl.exe
in a way that is easier to consume and use? Are you already doing so somewhere and I missed it?
The official trurl page is rather bare, especially compared to the curl download page which offers everything even links to WinGet or Homebrew.