plugin must be called an 'extension' rather than an 'item' for FF to recognize the update.rdf
This commit is contained in:
parent
e5e0cb86d5
commit
44c8c87d25
|
|
@ -130,7 +130,7 @@ update_rdf = """<?xml version="1.0"?>
|
|||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
||||
|
||||
<RDF:Description about="urn:mozilla:item:%(package_id)s">
|
||||
<RDF:Description about="urn:mozilla:extension:%(package_id)s">
|
||||
<em:updates>
|
||||
<RDF:Seq>
|
||||
<RDF:li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue