Skip to content

How to build and release a new version of Add Art

Steve Lambert edited this page Jan 12, 2015 · 4 revisions
  1. Make sure the version of AdBlock Plus is the most current available and update if necessary – check here
  2. edit install.rdf and addart/install.rdf and update the version number (em:version)
  3. run compile.sh (in the Add-Art/ directory) using machine$ sh compile.sh in the terminal to build a new XPI use build.bat for windows folks
  4. compile.sh will create 2 files addart-alone.xpi, which is just Add-Art and addart.xpi, which is the plugin bundled with AdBlockPlus.
  5. add, commit, and push your release in Git (see learn.github.com for more info)
  6. Creat a release in Github. Include details, as this becomes the version history.
  7. submit the update to addons.mozilla.org
Clone this wiki locally