Skip to content

Commit

Permalink
Remove .DS_Store from directory
Browse files Browse the repository at this point in the history
  • Loading branch information
el1t committed Apr 10, 2017
1 parent ade3ca5 commit 6d9bb83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/make-safari.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ DES=dist/build/uBlock0.safariextension
rm -rf $DES
mkdir -p $DES

# Delete .DS_Store before making
find . ../uAssets -name '.DS_Store' -type f -delete

bash ./tools/make-assets.sh $DES

cp -R src/css $DES/
Expand Down

0 comments on commit 6d9bb83

Please sign in to comment.