<div dir="ltr">I'm not able to update my theme because of DS_Store files in the zip file. I used to be able to avoid this by zipping my file with this pattern:<div><br></div><div><span style="color:rgb(0,0,0);font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;line-height:16px;white-space:pre">zip -r archive.zip directory -x "*/\.DS_Store"</span></div>

<div><span style="color:rgb(0,0,0);font-family:Consolas,'Liberation Mono',Courier,monospace;font-size:12px;line-height:16px;white-space:pre"><br></span></div>Not sure why, but it's not longer working for me. Does anyone have a better way to zip on OSX or a way to remove the files from the zip without unzipping?</div>