balena-io-experimental / balena-electronjs

electronJS-based resin application template
http://resin.io
Apache License 2.0
345 stars 115 forks source link

feat(app): Add API for resin update locking #73

Closed jhermsmeier closed 6 years ago

jhermsmeier commented 6 years ago

This adds an IPC API for acquiring & releasing resin app update locks from the renderer process, which can be enabled through ELECTRON_RESIN_UPDATE_LOCK.

Change-Type: minor Connects To: https://github.com/resin-io/etcher/issues/2258