We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1bd4f commit 1f97c7fCopy full SHA for 1f97c7f
utils/utils.go
@@ -70,7 +70,7 @@ func GetCompatibleWith(name string, rootPath string) map[string][]firmware {
70
f := firmware{
71
Path: path,
72
Name: fancyName,
73
- IsLoader: loader.MatchString(path) && !listAll,
+ IsLoader: loader.MatchString(unixPath) && !listAll,
74
}
75
folder := filepath.Dir(path)
76
lowerPath, _ := filepath.Rel(root, path)
0 commit comments