#!/bin/sh set -e set -u export PKG=icedeb xcf2png -o "icons/icedeb-addon.png" res/icon.xcf -f -T [ ! -e $PKG.xpi ] || rm $PKG.xpi zip -r $PKG.xpi README TODO res \ icedeb.html icedeb.css icedeb.js icedeb-content.js icons manifest.json