mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
10 lines
255 B
Bash
Executable file
10 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."
|