Unpack a xpi file to a directory
xpi-unpack <input_XPI_file> <output_directory>
xpi-pack unpacks a XPI file to the specified output directory. It takes in consideration JAR files, which are usually shipped inside XPI files, and unpacks them, in order to be able to distribute them through the repositories. The unpacked JAR files are packed during build process on call of xpi-pack script.
It is distributed as a part of mozilla-devscripts package. It should be called by developer, when the XPI file needs to be unpacked during packaging.
None.
None.
xpi-unpack ubufox.xpi ubufox
Unpacks the contents of ubufox.xpi to directory ubufox.
xpi-pack
xpi-unpack was written by Alexander Sack <[email protected]> and Sasa Bodiroza <[email protected]>, and this manual page by Sasa Bodiroza <[email protected]>.
Both are released under the GNU General Public License, version 2 or later.