When I finalize my zip file, its MIME type is `application/x-zip-compressed`. However, according to [mimetype.io](https://mimetype.io/application/x-zip-compressed), this MIME type is deprecated. Shouldn't the MIME type of zip files created through the archiver be [application/zip-compressed](https://mimetype.io/application/zip-compressed) instead?