Replies: 2 comments 1 reply
-
it'll be awhile until I get back home where my windows laptop is to be able to do this. I believe the logic would need to be added somewhere around here though: Line 203 in cc88dca |
Beta Was this translation helpful? Give feedback.
-
It seems my fix might not be enough as the |
Beta Was this translation helpful? Give feedback.
-
Using this
mise.toml
:mise
will fail to installkubectl
on Windows with the following message:This is because
aqua
automatically adds the.exe
extension on Windows platform, whilemise
does not. There was a PR on Aqua's repository to make the.exe
extension explicit in the URL, but the maintainer has closed it: aquaproj/aqua-registry#30398 (with a follow up note formise
users here).I think
mise
logic should followaqua
logic when determining the URL to use while downloading dependencies.Beta Was this translation helpful? Give feedback.
All reactions