unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

Title and logo are not correctly initialized in Windows notifications #101

Open pverscha opened 3 years ago

pverscha commented 3 years ago

The title and logo of our application are not correctly initialized on Windows when using notifications. The application displays a notification when a new update for the app has been downloaded and installed, but looks like this:

image

This notification is produced by the electron-builder package, so we need to investigate if it's something that we need to configure properly ourselves, or if its an issue in the electron-builder package.

pverscha commented 3 years ago

This issue cannot be reproduced on Windows 10 build 18363 (version 1909). Will try to reproduce on more recent version of Windows 10.