-
Notifications
You must be signed in to change notification settings - Fork 293
Support for Developer and "Nightly" editions of Firefox #217
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
Comments
Should be similar to the trick we use for ESR releases, at least on Windows. https://github.com/qzind/tray/blob/2.0/ant/windows/windows-keygen.js.in#L376 |
Firefox Developer Edition: - var firefoxKey = "HKLM\\Software\\Mozilla\\Mozilla Firefox";
+ var firefoxKey = "HKLM\\Software\\Mozilla\\Firefox Developer Edition"; Firefox Nightly: - var firefoxKey = "HKLM\\Software\\Mozilla\\Mozilla Firefox";
+ var firefoxKey = "HKLM\\Software\\Mozilla\\Nightly"; We'll need to determine how best to shim this into the installer (if at all). Unlike ESR, Firefox seems to encourage having this installed side-by-side Firefox-stable ,so we may want to install to all versions, which complicates the logic. |
Closed via #504. |
In addition to the stable version of Firefox, there are "Firefox Developer Edition" and "Firefox Nightly" versions: https://www.mozilla.org/en-US/firefox/channel/desktop/
QZ Tray does not work over wss with these versions. Since these versions are not stable, and unlikely to rolled out to production users, is it worth adding support for these versions?
One pro, is that we will be able to fully test QZ Tray + SSL before the features even hit the beta release.
The text was updated successfully, but these errors were encountered: