2

我正在尝试将应用程序移植到最新版本的 Mozilla Prism(当前为 1.0b1)。说明说要把它放在 install.rdf 中:

<em:targetApplication>
    <!-- Prism -->
    <Description>
        <em:id>prism@developer.mozilla.org</em:id>
        <em:minVersion>0.4</em:minVersion>
        <em:maxVersion>1.0.0.*</em:maxVersion>
    </Description>
</em:targetApplication>

但是,对于 maxVersion,我找不到允许它安装的条目。我试过1.1b1。, 1.1, 1. , 什么都没有。

有人知道怎么做吗?

TIA 迈克

4

1 回答 1

4

https://developer.mozilla.org/en/Prism/Extensions

您确定 MaxVersion 是问题所在吗?

<em:maxVersion>1.0.0.*</em:maxVersion>

在示例中。

此外, http://www.softwareishard.com/blog/planet-mozilla/extending-prism/http://code.google.com/p/hunspell-spellcheck-vi/source/browse/trunk/firefox_thunderbird/install .rdf?r=53使用那个 MaxVersion

于 2009-05-29T02:55:36.547 回答