Skip to content
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

[RFC] Submit original source code to the Firefox Add-ons Store #88

Open
2 tasks done
Hugo-COLLIN opened this issue May 25, 2024 · 0 comments
Open
2 tasks done

[RFC] Submit original source code to the Firefox Add-ons Store #88

Hugo-COLLIN opened this issue May 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Hugo-COLLIN
Copy link

Hugo-COLLIN commented May 25, 2024

How do you envision this feature/change to look/work like?

A sourceZip property to optionally add in secrets or in my GH Action workflow.

What is the purpose of this change/feature? Why?

Firefox wants the source code when the production code is minified.

(OPTIONAL) Example implementations

{
  "firefox": {
    "file": "path/to/extension-build.zip",
    "sourceZip": "path/to/generated-zip-containing-original-sources.zip",
    ...
  }
}

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I checked the current issues for duplicate problems.
@Hugo-COLLIN Hugo-COLLIN added the enhancement New feature or request label May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant