diff --git a/release b/release new file mode 100755 index 0000000..a27e148 --- /dev/null +++ b/release @@ -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"