Skip to content

Commit

Permalink
fix: update name of Developer Edition on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin authored and birtles committed Jun 2, 2021
1 parent 84949ef commit a0b5e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ FirefoxDeveloperBrowser.prototype = {
name: 'FirefoxDeveloper',
DEFAULT_CMD: {
linux: isWsl ? getFirefoxExeWsl('Firefox Developer Edition') : 'firefox',
darwin: getFirefoxWithFallbackOnOSX('FirefoxDeveloperEdition', 'FirefoxAurora'),
darwin: getFirefoxWithFallbackOnOSX('Firefox Developer Edition', 'FirefoxDeveloperEdition', 'FirefoxAurora'),
win32: getFirefoxExe('Firefox Developer Edition')
},
ENV_CMD: 'FIREFOX_DEVELOPER_BIN'
Expand Down

0 comments on commit a0b5e58

Please sign in to comment.