mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 18:32:45 +01:00
scripts to generate store-sepcific packages
This commit is contained in:
parent
762cb47d36
commit
1abf304e45
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 New Issue
Block a user