Skip to content

Commit 1abf304

Browse files
committed
scripts to generate store-sepcific packages
1 parent 762cb47 commit 1abf304

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
File renamed without changes.

make-clean.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
#
3+
# This script assumes a linux environment
4+
5+
echo "*** uBlock: Cleaning."
6+
rm -R dist/ublock/*
7+
echo "*** uBlock: Cleaned."

make-opera-package.sh renamed to make-opera.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This script assumes a linux environment
44

55
echo "*** uBlock: Creating Opera web store package"
6-
./make-package.sh
6+
./make-chrome.sh
77
rm -r dist/ublock/_locales/ru
88
rm -r dist/ublock/_locales/zh_CN
99
echo "*** uBlock: Opera package done."

0 commit comments

Comments
 (0)