Skip to content

Commit

Permalink
Empty target directory instead of re-creating it
Browse files Browse the repository at this point in the history
For better web-ext compatibility.
  • Loading branch information
gorhill committed Mar 5, 2024
1 parent 395fa71 commit 185ff3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make-firefox.sh
Expand Up @@ -8,8 +8,8 @@ echo "*** uBlock0.firefox: Creating web store package"

BLDIR=dist/build
DES="$BLDIR"/uBlock0.firefox
rm -rf $DES
mkdir -p $DES
rm -rf $DES/*

echo "*** uBlock0.firefox: Copying common files"
bash ./tools/copy-common-files.sh $DES
Expand Down

0 comments on commit 185ff3f

Please sign in to comment.