EnigmaticaModpacks / ModpackUploader

Automation tool for uploading Modpacks to CurseForge.
Apache License 2.0
15 stars 9 forks source link

only use `curl.exe` on Windows OS, use `curl` everywhere else #25

Closed NielsPilgaard closed 1 year ago

NielsPilgaard commented 1 year ago

This change makes the assumption that any non-Windows OS is using Powershell Core, which does not have the silly curl alias for Invoke-Webrequest, making this change safe. Fixes #22