add script for releasing to chrome web store

test-unit-sauce
Brian Ford 12 years ago
parent 061e2e54a2
commit 61e8981c89

@ -0,0 +1,7 @@
#!/bin/bash
# create zip file for the Chrome Web Store
rm -f batarang-release.zip
zip -r batarang-release.zip css img js panes panel.html LICENSE manifest.json background.html devtoolsBackground.html
echo "done"
echo "upload to: https://chrome.google.com/webstore/developer/dashboard"