Add support for getting binary icon and name from exe on Windows
This commit is contained in:
@@ -19,7 +19,7 @@ func TestFindIcon(t *testing.T) {
|
||||
func testFindIcon(t *testing.T, binName string, homeDir string) {
|
||||
t.Helper()
|
||||
|
||||
iconPath, err := search(binName, homeDir)
|
||||
iconPath, err := searchForIcon(binName, homeDir)
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user