mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
scripts to generate store-sepcific packages
This commit is contained in:
parent
762cb47d36
commit
1abf304e45
3 changed files with 8 additions and 1 deletions
7
make-clean.sh
Executable file
7
make-clean.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# This script assumes a linux environment
|
||||
|
||||
echo "*** uBlock: Cleaning."
|
||||
rm -R dist/ublock/*
|
||||
echo "*** uBlock: Cleaned."
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
# This script assumes a linux environment
|
||||
|
||||
echo "*** uBlock: Creating Opera web store package"
|
||||
./make-package.sh
|
||||
./make-chrome.sh
|
||||
rm -r dist/ublock/_locales/ru
|
||||
rm -r dist/ublock/_locales/zh_CN
|
||||
echo "*** uBlock: Opera package done."
|
||||
Loading…
Reference in a new issue