mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
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#"
|
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
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>
|
<em:updates>
|
||||||
<RDF:Seq>
|
<RDF:Seq>
|
||||||
<RDF:li>
|
<RDF:li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user