osx - How to remove hidden MacOS files from a zip file? -


when creating zip file on macos result in many hidden macos files in zip archive. these files problematic when uploading application amazon via elastic beanstalk.

how remove these hidden files zip file created on macos?

the command can used delete hidden macos files zip file follows:

zip -d filename.zip __macosx/\* 

Comments

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -

python - Error while using APScheduler: 'NoneType' object has no attribute 'now' -