You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR#160 resolved #126 by ignoring MSI installers that don't reference any cabinet files. Why do such utterly fucking useless installers exist? Because fuck me I guess.
PR#159 fixed an issue where enabling native TLS was not actually doing anything. No one actually reported this not working which makes me think no one is using this feature. :)
PR#143 is a second attempt to resolve #141 by switching to a new 3.0.0-rc1 version of ureq that might not have the same issue, as well as adding support for retries for EOF I/O errors seen by users which can be configured via --http-retry or XWIN_HTTP_RETRY.
Added
PR#148 resolved #81 by adding --include-debug-runtime to download the debug runtime binaries that are not provided by wine. Thanks @superewald!
PR#143 is a second attempt to resolve #141 by switching to a new 3.0.0-rc1 version of ureq that might not have the same issue, as well as adding support for retries for EOF I/O errors seen by users which can be configured via --http-retry or XWIN_HTTP_RETRY.
PR#129 fixed #128 by adding the additional onecoreuap MSI package that contains headers that were previously (before SDK 10.0.26100) part of other MSI packages. Thanks @bigfoodK!