1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
hipchat-emoticons-for-all/scripts/release.sh

11 lines
233 B
Bash
Raw Normal View History

#!/usr/bin/bash
set -e
echo "Building Firefox Extension..."
cd firefox/
jpm xpi --check-memory --profile-memory
cd -
echo "Building Chrome Extension..."
crx pack chrome -o 'chrome/hipchat-emoticons-for-all.crx' -p 'chrome/key.pem'