Closed
Description
Is this a feature request or a bug?
Feature request
What is the current behavior?
Built files are named according to safeFileName(${extensionName}-${manifestData.version}.zip
) without any ability to customize the filename.
What is the expected or desired behavior?
Add a new option like build --filename="some-file.zip". However, to make it useful, it should also accept parameters for substitution, preferably corresponding to manifest contents. Example: web-ext build --filename="%{applications.gecko.id}-%{version}.zip
Originally mentioned here: #855 (comment)
Version information (for bug reports)
web-ext 2.7.0
Activity