1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

scripts to generate store-sepcific packages

This commit is contained in:
gorhill 2014-07-07 18:53:14 -04:00
parent 762cb47d36
commit 1abf304e45
3 changed files with 8 additions and 1 deletions

7
make-clean.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
#
# This script assumes a linux environment
echo "*** uBlock: Cleaning."
rm -R dist/ublock/*
echo "*** uBlock: Cleaned."

View File

@ -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."