1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 01:27:12 +02:00

respect project layout as set by @Deathamns

This commit is contained in:
Raymond Hill 2014-11-16 08:47:47 -02:00
parent 84c069dfaa
commit 2b957dc389
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
echo "*** uBlock.chromium: Creating web store package"
echo "*** uBlock.chromium: Copying files"
DES=dist/uBlock.chromium
DES=dist/build/uBlock.chromium
mkdir -p $DES
cp -R assets $DES/
rm $DES/assets/*.sh

View File

@ -3,5 +3,5 @@
# This script assumes a linux environment
echo "*** uBlock: Cleaning."
rm -R dist/ublock/*
rm -R dist/build
echo "*** uBlock: Cleaned."