axodotdev / cargo-dist

📦 shippable application packaging
https://axodotdev.github.io/cargo-dist/
Apache License 2.0
1.53k stars 73 forks source link

Use `$HOME` instead of `$env:HOME` when constructing default Cargo home path #1542

Closed zanieb closed 2 weeks ago

zanieb commented 2 weeks ago

Fix for the patch in https://github.com/axodotdev/cargo-dist/pull/1538

The latter does not work on some machines and $HOME is consistent with other usage in the script.