ugexe / zef

Raku Module Management
Artistic License 2.0
207 stars 44 forks source link

Explicitly use .exe extension for known Windows aliases #505

Closed ugexe closed 1 year ago

ugexe commented 1 year ago

PowerShell has aliases for curl and wget that don't emulate the respective programs interface, instead just doing a powershell Invoke-WebRequest. This adds a .exe check to the probe for curl and wget when running on Windows, and uses program name with extension as appropriate.