zyedidia / eget

Easily install prebuilt binaries from GitHub.
MIT License
866 stars 39 forks source link

Bug: `EGET_BIN` seems to be ignored #100

Closed j-lakeman closed 2 months ago

j-lakeman commented 4 months ago

Running e.g. eget zyedidia/eget always downloads the file to the current directory, although EGET_BIN is set to /home/xxx/.local/bin.

If target = "~/.local/bin" is set in eget.toml however, it works as expected.