1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

fix #1661 as suggested

This commit is contained in:
gorhill 2016-06-09 12:32:00 -04:00
parent 48d8ef2e48
commit 8ee1f8812f
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ DES=dist/build/uBlock0.chromium
rm -rf $DES
mkdir -p $DES
./tools/make-assets.sh $DES
bash ./tools/make-assets.sh $DES
cp -R src/css $DES/
cp -R src/img $DES/

View File

@ -8,7 +8,7 @@ DES=dist/build/uBlock0.firefox
rm -rf $DES
mkdir -p $DES
./tools/make-assets.sh $DES
bash ./tools/make-assets.sh $DES
cp -R src/css $DES/
cp -R src/img $DES/

View File

@ -9,7 +9,7 @@ DES=dist/build/uBlock0.opera
rm -r $DES
mkdir -p $DES
./tools/make-assets.sh $DES
bash ./tools/make-assets.sh $DES
cp -R src/css $DES/
cp -R src/img $DES/