logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xpi-pack - pack a directory to a XPI file

Author

xpi-pack was written by Alexander Sack <asac@ubuntu.com> and Sasa Bodiroza <jazzva@gmail.com>,  and  this
       manual page by Sasa Bodiroza <jazzva@gmail.com>.

       Both are released under the GNU General Public License, version 2 or later.

                                                 13 August 2009                                      XPI-PACK(1)

Description

xpi-pack  packs  a  directory  to a XPI file. It takes in consideration the unpacked JAR files, which are
       unpacked during the call of xpi-unpack script, in order  to  be  able  to  distribute  them  through  the
       repositories.

       It  is  distributed as a part of mozilla-devscripts package, and is automatically called during the build
       process of Mozilla extension package, if the package includes xpi.mk script in debian/rules file.

Environment Variables

       None.

Example

       xpi-pack ubufox ubufox.xpi
              Packs the contents of the directory ubufox to file ubufox.xpi.

Name

       xpi-pack - pack a directory to a XPI file

Options

       None.

See Also

xpi-unpack

Synopsis

xpi-pack <input_directory> <output_XPI_file>

See Also