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.、何もありません。

誰でもこれを行う方法を理解していますか?

ティア・マイク

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 に答える