io.standard-paths.windows: We call >lower on the paths being compared, but
not on the original file we are looking for. So searching for something like "Code.exe" would never find it. Fixed.db4
parent
b4af13959d
commit
334cc880ec
|
@ -6,6 +6,7 @@ system unicode.case ;
|
||||||
IN: io.standard-paths.windows
|
IN: io.standard-paths.windows
|
||||||
|
|
||||||
M: windows find-in-applications
|
M: windows find-in-applications
|
||||||
|
>lower
|
||||||
'[ [ >lower _ tail? ] find-in-program-files ] map-find drop ;
|
'[ [ >lower _ tail? ] find-in-program-files ] map-find drop ;
|
||||||
|
|
||||||
M: windows find-in-path*
|
M: windows find-in-path*
|
||||||
|
|
Loading…
Reference in New Issue