Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Allow 'firefox' symlink to alter binary chosen by bin/run-addon
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhirsch committed May 30, 2018
1 parent 2d1d68c commit ea1516b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run-addon
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ nodemon_pid=

binary=
firefoxes=(
"$(which firefox || true)"
"/Applications/FirefoxNightly.app"
"/Applications/Firefox Nightly.app"
"/Applications/FirefoxDeveloperEdition.app"
"/Applications/Firefox Developer Edition.app"
"/Applications/FirefoxAurora.app"
"$(which firefox || true)"
)
setup_profile=
server=
Expand Down

0 comments on commit ea1516b

Please sign in to comment.