#!/bin/bash

# Build config for the build script, build.sh. Look there for more info.

APP_NAME=messagefaces
CHROME_PROVIDERS="content locale"
CLEAN_UP=1
ROOT_FILES=""
ROOT_DIRS="defaults"
BEFORE_BUILD=
AFTER_BUILD="mv $APP_NAME.xpi $APP_NAME-`date +%d%m%Y`.xpi"

