This commit is contained in:
David Rose 2009-11-22 00:14:55 +00:00
parent 2c609e1e55
commit 1d1eafcb70

View File

@ -110,7 +110,7 @@ install_rdf = """<?xml version="1.0"?>
</Description>
</em:targetApplication>
<em:homepageURL>http://www.panda3d.org/</em:homepageURL>
<em:updateURL>%(host_url)s/plugin/firefox/nppanda3d.rdf</em:updateURL>
<em:updateURL>%(host_url)s/plugin/firefox/update.rdf</em:updateURL>
</Description>
</RDF>
"""
@ -138,6 +138,7 @@ update_rdf = """<?xml version="1.0"?>
<em:maxVersion>*</em:maxVersion>
<em:updateLink>%(host_url)s/plugin/firefox/nppanda3d.xpi</em:updateLink>
<em:updateHash>sha1:%(xpi_hash)s</em:updateHash>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
</RDF:li>