diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 05:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 05:47:55 +0000 |
commit | 31d6ff6f931696850c348007241195ab3b2eddc7 (patch) | |
tree | 615cb1c57ce9f6611bad93326b9105098f379609 /tools/make-dig.sh | |
parent | Initial commit. (diff) | |
download | ublock-origin-31d6ff6f931696850c348007241195ab3b2eddc7.tar.xz ublock-origin-31d6ff6f931696850c348007241195ab3b2eddc7.zip |
Adding upstream version 1.55.0+dfsg.upstream/1.55.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | tools/make-dig.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/make-dig.sh b/tools/make-dig.sh new file mode 100755 index 0000000..2ced63c --- /dev/null +++ b/tools/make-dig.sh @@ -0,0 +1,17 @@ +#!/usr/bin/env bash +# +# This script assumes a linux environment + +set -e + +DES="dist/build/uBlock0.dig" + +./tools/make-nodejs.sh $DES +./tools/make-assets.sh $DES + +cp -R platform/dig/* $DES/ + +cd $DES +npm run build + +echo "*** uBlock0.dig: Package done." |