Closed gdurif closed 4 years ago
When running dl_latest_bin() or dl_all_latest_bin(), all binaries are download for all OS, including Windows, MacOS and Linux.
dl_latest_bin()
dl_all_latest_bin()
A better behavior would be to only download the binary related to the current OS where the command is run.
Fixed in f14b724
When running
dl_latest_bin()
ordl_all_latest_bin()
, all binaries are download for all OS, including Windows, MacOS and Linux.A better behavior would be to only download the binary related to the current OS where the command is run.