diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-02-21 14:57:27 +0100 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-02-21 14:57:27 +0100 |
commit | 9c52f79abdfb912b2a46b0b407f67d90e2117fc2 (patch) | |
tree | 6104bba0d0b4dfe5f17aef678d7647e82dc1592d /install.rdf | |
parent | 9cb4e6c8742b4f2b0145c19e9ce9caf9b57ca9fd (diff) | |
download | ematrix-9c52f79abdfb912b2a46b0b407f67d90e2117fc2.tar.lz ematrix-9c52f79abdfb912b2a46b0b407f67d90e2117fc2.tar.xz ematrix-9c52f79abdfb912b2a46b0b407f67d90e2117fc2.zip |
Make SeaMonkey's max version not infinite
It's rejected by Phoebus (the add-on repository) otherwise.
For now, SeaMonkey is still supported.
Diffstat (limited to 'install.rdf')
-rw-r--r-- | install.rdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.rdf b/install.rdf index 023ab26..7adcd58 100644 --- a/install.rdf +++ b/install.rdf @@ -370,7 +370,7 @@ <r:Description> <id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</id> <minVersion>2.24</minVersion> - <maxVersion>*</maxVersion> + <maxVersion>2.*</maxVersion> </r:Description> </targetApplication> |