diff options
author | gorhill <rhill@raymondhill.net> | 2015-04-18 13:09:49 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-04-18 13:09:49 -0400 |
commit | 045fe4cc0688db4caa0d36f4eb591c268e17633b (patch) | |
tree | 7c8861785e20bf54ad2e2692c34e4783a2a51eff /tools | |
parent | f2586e53381ba6be00a7cae626b6e51cf78b6332 (diff) | |
download | uBlock-045fe4cc0688db4caa0d36f4eb591c268e17633b.zip uBlock-045fe4cc0688db4caa0d36f4eb591c268e17633b.tar.gz uBlock-045fe4cc0688db4caa0d36f4eb591c268e17633b.tar.bz2 |
various minor changes need for Opera version
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/make-opera.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/make-opera.sh b/tools/make-opera.sh index 24a8ed3..a7cd103 100755 --- a/tools/make-opera.sh +++ b/tools/make-opera.sh @@ -2,10 +2,10 @@ # # This script assumes a linux environment -echo "*** uBlock.opera: Creating web store package" -echo "*** uBlock.opera: Copying files" +echo "*** uBlock0.opera: Creating web store package" +echo "*** uBlock0.opera: Copying files" -DES=dist/build/uBlock.opera +DES=dist/build/uBlock0.opera rm -r $DES mkdir -p $DES @@ -29,4 +29,4 @@ rm -r $DES/_locales/mr rm -r $DES/_locales/sl rm -r $DES/_locales/sr -echo "*** uBlock.opera: Package done." +echo "*** uBlock0.opera: Package done." |