| 1 | // Desktop-only: the desktop app updates via electron-updater (a new bundle, |
| 2 | // swapped in place), NOT `npm i -g`, so its sidebar must show a native |
| 3 | // "Restart to update" action instead of the copyable npm command the web/CLI |
| 4 | // shell shows. A packaged build is required for a real electron-updater |