marcosnils / bin

Effortless binary manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: bin fails to install github.com/Yash-Handa/logo-ls on Linux

breml opened this issue · comments

When I try to install github.com/Yash-Handa/logo-ls with:

$ bin install github.com/Yash-Handa/logo-ls
   • Getting latest release for Yash-Handa/logo-ls                                                                                                                                                                                            
   • Starting download of https://github.com/Yash-Handa/logo-ls/releases/download/v1.3.7/logo-ls_Linux_x86_64.tar.gz                                                                                                                          
2.84 MiB / 2.84 MiB [-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------] 100.00% 38.54 MiB p/s 0s
                                                                                                                                                                                                                                              
Multiple matches found, please select one:                                                                                                                                                                                                    
                                                                                                                                                                                                                                              
 [1] logo-ls_linux_x86_64/logo-ls.1.gz                                                                                                                                                                                                        
 [2] logo-ls_linux_x86_64/logo-ls                                                                                                                                                                                                             
 [3] logo-ls_linux_x86_64/help.md                                                                                                                                                                                                             
 [4] logo-ls_linux_x86_64/license            
 Select an option: 2                            
   • Copying for logo-ls@v1.3.7 into <redacted>/bin/logo-ls
   • Done installing logo-ls v1.3.7

and I select the correct file (2), I only get an empty file named logo-ls.
bin selects the correct file to download and presents the correct files, with one small difference:
When I open the respective .tar.gz, I see, that the folder is named logo-ls_Linux_x86_64, but bin presents the folder as logo-ls_linux_x85_64 (all in lower case).

Resolved with current master. Thanks for the fix.