The ElectronNET AutoUpdater seems to be posting notifications to Windows that I haven't asked for. Along with the ones I did ask for, I now have duplicates (from the perspective of my QA people).
To make matters worse the default messages use the internal AppId rather than the display name of the App which just looks unprofessional.
Forgive the redactions, but notice the following:
- Outlook displays a Group Title and icon; I can't seem to replicate this with ElectronNET always displaying some sort of internally calculated name, not one that I have specified anywhere in any configs. MS Teams and Slack both display nicely so it must be possible in Electron.
- The first message at 9.40 AM is my one, raise during the event
ElectronNET.API.Electron.AutoUpdater.OnUpdateDownloaded
; the second one "A new update is ready to install" seems to be coming from ElectronNET itself and the subtext includes the AppID rather than the display name for the App.
Does anyone know how to overcome these limitations? I'm happy to fork the ElectronNET cli and override some of the build process if that's what's needed but these seem like fairly obvious needs for the platform as a whole.
Maybe I just missed something in the docs?