1
0
mirror of https://github.com/gorhill/uBlock.git synced 2025-02-01 12:41:36 +01:00

useful to test asset-updating code paths

This commit is contained in:
gorhill 2014-08-21 17:47:02 -04:00
parent f62f5a0172
commit 444bb3ff5f

15
make-noassets.sh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
#
# This script assumes a linux environment
echo "*** uBlock: Creating web store package"
echo "*** uBlock: Copying files"
cp -R css dist/ublock/
cp -R img dist/ublock/
cp -R js dist/ublock/
cp -R lib dist/ublock/
cp -R _locales dist/ublock/
cp *.html dist/ublock/
cp *.txt dist/ublock/
cp manifest.json dist/ublock/
echo "*** uBlock: Package done."