Skip to content

Commit

Permalink
Remove .DS_Store files on build
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljun committed Jan 30, 2017
1 parent 6a10c5f commit 186aaf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Expand Up @@ -3,6 +3,7 @@ rm -rf dist/
mkdir dist/
cp -r src/* dist/
cp LICENSE.txt README.md dist/
find dist/ -name ".DS_Store" -delete

rm tomato-clock.zip
(cd dist/ && zip -r tomato-clock *)
Expand Down

0 comments on commit 186aaf8

Please sign in to comment.