mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-25 16:21:29 +00:00
In some environments (at least on my own machine), TiddlyWiki detects zip files as type `"application/x-zip-compressed"` instead of `"application/zip"`. This commit adds support for zip files with type `"application/x-zip-compressed"` so that they are encoded in `"base64"` like other zip files with type `"application/zip"`.