mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-22 14:27:18 +00:00

This is a regression caused by https://github.com/resin-io/etcher/pull/1257, which introduced a new way to detect mime types by using the `mime-types` module. This module, contrary to `file-type`, will detect certain ISO files as `application/x-iso9660-image`, which Etcher doesn't know how to handle, and will therefore should at the user that the format is unsupported. Change-Type: patch Changelog-Entry: Don't interpret certain ISO images as unsupported. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>