I can't download the xpi for an self-distribution extension

I have created an extension for self-distribution and it is already tested, but the xpi file link only allows me to add the extension in my browser, I can’t download the file to distribute the extension, why can’t I download the xpi?

Hello @imobach.

It may be that clicking the link triggers an install instead of download. Can you try context-click (right-click) and “save as” to see if that works?

Thanks – Ed

1 Like

Indeed it happens as you say, clicking activates the installation, but the save as option works correctly.

Thanks for your help

1 Like

I update my answer to comment that the fact that opening link causes the installation on self-distributed extensions I think is the correct action, as this is what you want when you self-distribute the extension.

That way when a user clicks on a link pointing to the file on the server hosting the extension the user is asked if they want to add the extension, avoiding the user downloading the extension and having to provide information to the user on how to install the extension manually from the downloaded file.

Thanks again.

1 Like