Squirrel / Squirrel.Mac

:shipit: Cocoa framework for updating OS X apps :shipit:
MIT License
1.57k stars 128 forks source link

Remove `.DS_Store` files #226

Open daylightbrightledlight opened 6 years ago

daylightbrightledlight commented 6 years ago

I've noticed that released versions of Squirrel.framework contain temporary .DS_Store files in the following locations:

I was able to find that Squirrel.framework contains these .DS_Store files in various macOS apps by using the following command:

find "/Applications/" -name ".DS_Store" -type f -print

I think the build script can include some code to remove these unnecessary .DS_Store files.

daylightbrightledlight commented 6 years ago

I want to look at solving this. I am wondering why the latest binary release has .DS_Store files.