diff --git a/Makefile b/Makefile index 6047bd0..7476bc7 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,5 @@ release-chrome: FORCE release-firefox: FORCE firefox rm -f pkg-firefox.zip + find build/firefox -name '.DS_Store' -type f -delete cd build/firefox; zip -r ../../pkg-firefox.zip **