Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 903 Bytes

AMO-readme.md

File metadata and controls

19 lines (11 loc) · 903 Bytes

Build instructions for addons.mozilla.org reviewers

The extension file submitted is a zip file with the naming format kontest_reminder-<version>.zip.

The source code is also available on Github.

This extension uses browser-polyfill.js from Mozilla's webextension-polyfill repository.

It also uses web-ext by Mozilla to build the extension and test it.

Operating system used for build: Windows 10 (will work on any OS).

Command used to generate source code zip file:

zip -r source-code.zip * -x "build/*" "dev/*" "node_modules/*" ".cache/*" *.zip "web-ext-artifacts/*"

To build the extension from source using web-ext, run the file AMO-build-script.sh present in this directory.