1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00
uBlock/make-opera.sh

11 lines
255 B
Bash
Raw Normal View History

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