- Jun 10, 2010
- 2,403
- 1,677
I use macOS and ran into an issue uploading plugins that were zipped from a mac. You will receive a lovely "Incompatible Archive" message after uploading. You can see the issue here: https://wordpress.org/support/topic/zip-files-created-in-macos-stopped-working-in-wordpress-6-4-3/
My solution was to zip from terminal's command line doing the file:
Oh WordPress....
My solution was to zip from terminal's command line doing the file:
Code:
zip -vr folder.zip folder/ -x "*/\.DS_Store"
Oh WordPress....