mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 13:27:17 +00:00

Currently, we take the image extension casing into account when determining if the extension is a recognised one (e.g: `img`, `iso`, etc). This causes an "Invalid image" error to be thrown when selecting an image with an uppercase extension, like `UBUNTU.ISO`. Change-Type: patch Changelog-Entry: Don't throw an "Invalid image" error if the extension is not in lowercase. Fixes: https://github.com/resin-io/etcher/issues/567 Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>