We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762cb47 commit 1abf304Copy full SHA for 1abf304
make-package.sh renamed to make-chrome.sh
make-clean.sh
@@ -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
@@ -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
8
rm -r dist/ublock/_locales/zh_CN
9
echo "*** uBlock: Opera package done."
0 commit comments