diff options
-rwxr-xr-x | tools/make-chrome.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/make-chrome.sh b/tools/make-chrome.sh index c7f0c40..9a4f075 100755 --- a/tools/make-chrome.sh +++ b/tools/make-chrome.sh @@ -5,6 +5,7 @@ echo "*** uBlock.chromium: Creating web store package" echo "*** uBlock.chromium: Copying files" DES=dist/build/uBlock.chromium +rm -r $DES mkdir -p $DES cp -R assets $DES/ rm $DES/assets/*.sh |