zyedidia / eget

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

Error using --download-only #9

Closed thorstenkampe closed 2 years ago

thorstenkampe commented 2 years ago
> eget --download-only --asset amd64.deb zyedidia/micro
https://github.com/zyedidia/micro/releases/download/v2.0.10/micro-2.0.10-amd64.deb
Downloading 100% [==========================================================================================================================] (4.3/4.3 MB, 13.197 MB/s)
open .: is a directory
thorstenkampe commented 2 years ago

Same error trying to download the linux64.tar.gz package of micro - yet a Windows executable succeeds...

> eget --download-only --asset exe sclevine/yj
https://github.com/sclevine/yj/releases/download/v5.0.0/yj.exe
Downloading 100% [===========================================================================================================================] (4.6/4.6 MB, 9.999 MB/s)
Extracted `yj.exe` to `yj.exe`
zyedidia commented 2 years ago

Thanks, this should be fixed now.

thorstenkampe commented 2 years ago

Any estimates for a new binary version (xz support and this fix)?

zyedidia commented 2 years ago

I will make a new release when I decide the best way to resolve #10. Probably within a day or two at most.