chshersh / tool-sync

🧰 Download pre-built binaries of all your favourite tools with a single command
https://crates.io/crates/tool-sync
Mozilla Public License 2.0
69 stars 16 forks source link

[#138] Properly scope path to exe file under temp directory #157

Open binyomen opened 1 year ago

binyomen commented 1 year ago

A top-level .exe file is passed through to copy_file without unpacking an archive, which is correct. However, the file was not correctly referred to under the temp directory, meaning we could not find the file to copy.

Resolves #138

Additional tasks