1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-01 08:39:37 +02:00
uBlock/make-opera.sh
2014-11-03 10:25:54 -05:00

11 lines
255 B
Bash
Executable File

#!/bin/bash
#
# This script assumes a linux environment
echo "*** uBlock: Creating Opera web store package"
./make-chrome.sh
rm -r dist/ublock/_locales/el
rm -r dist/ublock/_locales/ja
rm -r dist/ublock/_locales/vi
echo "*** uBlock: Opera package done."