cargo-bins / cargo-binstall

Binary installation for rust projects
GNU General Public License v3.0
1.62k stars 60 forks source link

falling back to quickinstall even though release artifacts exist #1918

Closed extrawurst closed 2 months ago

extrawurst commented 2 months ago

Installing gitui using binstall will fallback to quickinstall even though releases provide artifacts:

INFO resolve: Resolving package: 'gitui'
 INFO resolve: Verified signature for package 'gitui-0.26.3-aarch64-apple-darwin': timestamp:1717346005 file:gitui-0.26.3-aarch64-apple-darwin.tar.gz   hashed
 WARN The package gitui v0.26.3 (aarch64-apple-darwin) has been downloaded from third-party source QuickInstall

The release contains these binaries: https://github.com/extrawurst/gitui/releases/tag/v0.26.3

Maybe the phrasing just needs to change that it prefers quickinstall if it contains the desired binary

passcod commented 2 months ago

Duplicate of #1888