-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add firefoxdeveloperedition alias on Linux #44
Add firefoxdeveloperedition alias on Linux #44
Conversation
If for consistency, the name would be I see that your suggestion makes sense for macOS though. But as I suggested in #43, adding another alias, |
Well since I’m fine with changing this PR to use another alias, as discussed in #43. |
I discussed with @rpl . Let's do |
What do you mean by expand? Should I write something like: if (binaryPath === "deved") {
binaryPath = "firefoxdeveloperedition";
} |
Yes, exactly. The other aliases ( |
cf4beb0
to
b206c43
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this!
I will discuss this PR next week, to prepare a new release and include it in web-ext.
Hi, just a reminder that you said:
|
Thanks for the reminder. Although there haven't been updates here, we do still plan to bump the version for inclusion in web-ext. We haven't bumped the version yet because there is some opportunity for non-critical improvements in this project (e.g. dependency updates and fixing links/images in the README). Addressing that is a nice-to-have (but not blocking the release) and not a high priority. |
There is at least one distribution, Arch Linux, which is using
firefox-developer-edition
as an executable name, and this is coherent with the other aliases:https://github.com/mozilla-jetpack/node-fx-runner/blob/e72b066326e1abd0cd1a4a0d556daf1e6bcc2370/lib/utils.js#L121-L123