1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 09:09:38 +02:00
uBlock/make-opera.sh
2014-08-21 17:48:16 -04: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/es
rm -r dist/ublock/_locales/hu
rm -r dist/ublock/_locales/ja
echo "*** uBlock: Opera package done."