-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to build zip file without version string in file name #855
Comments
Why do you want to remove the version? Just curious. We could add a new option like |
In most cases (at least in my case), one latest zip file is enough. |
ah, that makes sense. |
Would also appreciate a --filename flag for both build and sign. My XPI is returned with version and two additional suffix hints (--an+fx.xpi). Signing in AMO with targeted support for a few platforms also generates multiple XPIs per platform. It would be great to know the exact signature of the output to assist in uploading for self-distribution. |
That would have to be fixed in https://github.com/mozilla/sign-addon |
Can this issue be renamed to reflect this desired change? Ie something like Having the path as part of the filename option would be misleading ( However, to have the parameters correspond to manifest contents would be great. We would use the following command: EDIT: Reported as separate issue here: #1335 |
A manual fix for your .zip files downloaded from GitHub (tested on MacOS).
Explanation:
|
This feature request was resolved by #1900.
This comment is unrelated to the request here. The request is about generating a zip file with a custom filename, whereas your comment explains how to strip a directory prefix from entries inside a zip file. |
Is this a bug or feature request?
feature
What is the current behavior?
web-ext build
command creates zip file including version string, for examplemyextension-1.0.0.zip
.(If this is a bug, please include the exact steps to reproduce the problem, including the
web-ext
commands you ran. Do not include sensitive information like API secrets.Upload a text log created with the
--verbose
flag if possible.Upload a .zip file of your web extension source if necessary.)
What is the expected or desired behavior?
It would be nice if there is an option for
build
command which creates zip file without version string, like--without-version
?Version information (for bug reports)
v7.7.2
4.3.0
1.8.1
The text was updated successfully, but these errors were encountered: