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

When the application is packaged as an AppImage, we're accidentally not applying the whitespace escaping routine, causing images that contain white spaces to cause Etcher to stall and never start the write. The issue was even harder to debug given that the problem was not reproducible when running Etcher from `npm start`. Change-Type: patch Changelog-Entry: Fix flashing never starting after elevation in GNU/Linux. Fixes: https://github.com/resin-io/etcher/issues/631 Fixes: https://github.com/resin-io/etcher/issues/665 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>