balena-io / etcher

Flash OS images to SD cards & USB drives, safely and easily.
https://etcher.io/
Apache License 2.0
28.7k stars 2.05k forks source link

False warning popup for linux distro Windowsfx #3679

Open Zeratoxx opened 2 years ago

Zeratoxx commented 2 years ago

When flashing Windowsfx (Link) to an USB, I get the warning that I try to flash a Windows-iso but that is not the case. It is just a Linux distro.

lurch commented 2 years ago

Looks like the fact that your image contains windows in the filename, is enough to make Etcher think that it might be a Windows image? https://github.com/balena-io/etcher/blob/master/lib/shared/supported-formats.ts#L38 :man_shrugging:

Zeratoxx commented 2 years ago

Yea, I think so also.