pascalopitz / unoffical-sonos-controller-for-linux

An Electron based linux app for controlling your sonos system.
http://pascalopitz.github.io/unoffical-sonos-controller-for-linux/
MIT License
546 stars 49 forks source link

chore: Upgrade to electron 12 #135

Closed pascalopitz closed 2 years ago

pascalopitz commented 3 years ago

Not an easy upgrade as it'll require a lot of work to take things from the renderer process to the main process and build a proper IPC bridging pattern between the two of them.

pascalopitz commented 3 years ago

Maybe we can investigate something like this: https://www.npmjs.com/package/@canwdev/electron-window-manager

pascalopitz commented 2 years ago

Done in 0.3.0-alpha4 ...