I see that I'm running an esoteric setup here. I went case sensitive with Mac OS X Panther and I know the struggle.
locateFirefox() returns /Applications/Firefox.app/Contents/MacOS/Firefox but it should /Applications/Firefox.app/Contents/MacOS/firefox which makes no difference on 99.999% of all macs but it does for me.
There's now straight forward way to get the correct path and looking at the code I think the way to just add support for different binary name. Would you accept a PR?
I see that I'm running an esoteric setup here. I went case sensitive with Mac OS X Panther and I know the struggle.
locateFirefox()returns/Applications/Firefox.app/Contents/MacOS/Firefoxbut it should/Applications/Firefox.app/Contents/MacOS/firefoxwhich makes no difference on 99.999% of all macs but it does for me.There's now straight forward way to get the correct path and looking at the code I think the way to just add support for different binary name. Would you accept a PR?