mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-07-04 13:36:14 -07:00
842beef97d
additional things: - removed fix chrome-sandbox permissions (runs without) - added `npx install-electron` which downloads the electron binaries new in v42: > Electron now downloads its binary into node_modules dynamically on first launch instead of running a postinstall script. Added the install-electron script to manually trigger the download as well. https://github.com/electron/electron/pull/49328