1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-08-31 08:09:38 +02:00
uBlock/tools/make-opera.sh

11 lines
264 B
Bash
Raw Normal View History

#!/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."