1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-19 07:40:08 -07:00

Fixed build file to remove hidden files

This commit is contained in:
Andrew Van Tassel 2011-03-02 11:09:38 -07:00
parent 78e0399ddb
commit 0b1e072540

View File

@ -4,6 +4,8 @@ filename='mailhops'
rm -f $filename.xpi
find ./ -type f -name "._*" -exec rm {} \;
mkdir build
mkdir build/chrome