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

* Upgrade Electron to v0.37.6 The main motiviation for such upgrade is that an error manifesting itself as `Cannot read property 'object' of undefined` on certain Linux systems was fixed in v0.37.4. See https://github.com/electron/electron/issues/5229 Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com> * Make use of shell module by requiring `shell` Otherwise we get a strange issue when trying to stub it: TypeError: Attempted to wrap undefined property openExternal as function Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>