LaunchMenu / node-global-key-listener

A package to listen to global key events
MIT License
94 stars 11 forks source link

Fix child process not started on electron with ASAR #29

Closed futpib closed 2 years ago

futpib commented 2 years ago

spawn function is not supported on electron with ASAR, but execFile is. See https://github.com/electron/electron/issues/3512

sancarn commented 2 years ago

related to #11 Looks like we only updated windows and didn't include Mac... Thanks for this @futpib!