Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(GUI): no write after elevation in GNU/Linux (#721)
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: #631 Fixes: #665 Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information