Skip to content

Commit 98e111f

Browse files
committed
Add support for experimental Firefox releases
Closes #217, #889
1 parent 2046038 commit 98e111f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/qz/installer/certificate/firefox/locator/AppAlias.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
public enum AppAlias {
66
// Tor Browser intentionally excluded; Tor's proxy blocks localhost connections
77
FIREFOX(
8-
new Alias("Mozilla", "Mozilla Firefox", "org.mozilla.firefox", true), // Windows
8+
new Alias("Mozilla", "Mozilla Firefox", "org.mozilla.firefox", true),
9+
new Alias("Mozilla", "Firefox Developer Edition", "org.mozilla.firefox", true),
10+
new Alias("Mozilla", "Firefox Nightly", "org.mozilla.firefox", true),
911
new Alias("Mozilla", "SeaMonkey", "org.mozilla.seamonkey", false),
1012
new Alias("Waterfox", "Waterfox", "net.waterfox.waterfoxcurrent", true),
1113
new Alias("Waterfox", "Waterfox Classic", "org.waterfoxproject.waterfox classic", false),

0 commit comments

Comments
 (0)