aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2014-07-07 18:53:14 -0400
committergorhill <rhill@raymondhill.net>2014-07-07 18:53:14 -0400
commit1abf304e4501448aa136eb14f81b17b12f8ee97d (patch)
tree56988a1883d8f95f316a584555d2a875da32ec38
parent762cb47d3627ae8b8c5ce4a09ff579337b5d5f7d (diff)
downloaduBlock-1abf304e4501448aa136eb14f81b17b12f8ee97d.zip
uBlock-1abf304e4501448aa136eb14f81b17b12f8ee97d.tar.gz
uBlock-1abf304e4501448aa136eb14f81b17b12f8ee97d.tar.bz2
scripts to generate store-sepcific packages
-rwxr-xr-xmake-chrome.sh (renamed from make-package.sh)0
-rwxr-xr-xmake-clean.sh7
-rwxr-xr-xmake-opera.sh (renamed from make-opera-package.sh)2
3 files changed, 8 insertions, 1 deletions
diff --git a/make-package.sh b/make-chrome.sh
index 95f648c..95f648c 100755
--- a/make-package.sh
+++ b/make-chrome.sh
diff --git a/make-clean.sh b/make-clean.sh
new file mode 100755
index 0000000..a110926
--- /dev/null
+++ b/make-clean.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+#
+# This script assumes a linux environment
+
+echo "*** uBlock: Cleaning."
+rm -R dist/ublock/*
+echo "*** uBlock: Cleaned."
diff --git a/make-opera-package.sh b/make-opera.sh
index 599cee6..4d85dd2 100755
--- a/make-opera-package.sh
+++ b/make-opera.sh
@@ -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."