BuildCRX accepts 3 arguments -
- The zipfile (a normal zipfile containing the contents of your extension directory)
- The Private Key file used for signing in PEM format.
- The output path to place the signed .crx packed extension - if the output path is not specified it will create the .crx file in the same directory as the zipfile.
buildcrx <ZIP file> <PEM file> (optional <OUTPUT PATH/FILE>)