Skip to content

Commit

Permalink
Merge pull request #330 from Krinkle/patch-2
Browse files Browse the repository at this point in the history
Switch macOS from `firefox-bin` to `firefox`
  • Loading branch information
pmvald committed Feb 5, 2024
2 parents a55a7f4 + 6918785 commit c190cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -171,7 +171,7 @@ const getFirefoxWithFallbackOnOSX = function () {

const firefoxDirNames = Array.prototype.slice.call(arguments)
const prefix = '/Applications/'
const suffix = '.app/Contents/MacOS/firefox-bin'
const suffix = '.app/Contents/MacOS/firefox'

let bin
let homeBin
Expand Down

0 comments on commit c190cd4

Please sign in to comment.