Skip to content

Commit

Permalink
scripts to generate store-sepcific packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jul 7, 2014
1 parent 762cb47 commit 1abf304
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
File renamed without changes.
7 changes: 7 additions & 0 deletions make-clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
#
# This script assumes a linux environment

echo "*** uBlock: Cleaning."
rm -R dist/ublock/*
echo "*** uBlock: Cleaned."
2 changes: 1 addition & 1 deletion make-opera-package.sh → make-opera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This script assumes a linux environment

echo "*** uBlock: Creating Opera web store package"
./make-package.sh
./make-chrome.sh
rm -r dist/ublock/_locales/ru
rm -r dist/ublock/_locales/zh_CN
echo "*** uBlock: Opera package done."

0 comments on commit 1abf304

Please sign in to comment.