You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
angularjs-batarang/release

8 lines
286 B
Bash

#!/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"