Skip to content

Commit

Permalink
Add firefoxdeveloperedition alias on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ariasuni committed Apr 9, 2020
1 parent e72b066 commit c941522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ normalizeBinary.appNames = {
"firefox on linux": "firefox",
"beta on linux": "firefox-beta",
"aurora on linux": "firefox-aurora",
"firefoxdeveloperedition on linux": "firefox-developer-edition",
"nightly on linux": "firefox-nightly",
"firefox on windows": "Mozilla Firefox",
// the default path in the beta installer is the same as the stable one
Expand Down
3 changes: 3 additions & 0 deletions test/run/test.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ describe("lib/utils", function () {
[["aurora", "linux", "x86"], "/usr/bin/firefox-aurora"],
[["aurora", "linux", "x86_64"], "/usr/bin/firefox-aurora"],

[["firefoxdeveloperedition", "linux", "x86"], "/usr/bin/firefox-developer-edition"],
[["firefoxdeveloperedition", "linux", "x86_64"], "/usr/bin/firefox-developer-edition"],

[["nightly", "linux", "x86_64"], "/usr/bin/firefox-nightly"],
[["nightly", "linux", "x86_64"], "/usr/bin/firefox-nightly"],
].map(function(fixture) {
Expand Down

0 comments on commit c941522

Please sign in to comment.