Default Electron icon in Apps and Features list

Bug report

Environment

  • Platform: Windows
  • Platform version: 10
  • App Version: 5.8.0

How to reproduce

Probably need to change the icon here: %localappdata%\inkdrop\app.ico.

2024-04-11_155650

Or just replace DisplayIcon with the path to the exe file.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\inkdrop]
"DisplayIcon"="%localappdata%\\inkdrop\\Inkdrop.exe"
"DisplayName"="Inkdrop"

Hi Dmitry,

Oh, nice catch! I found there is an option called iconUrl to specify the application icon for ‘Apps and Features’:

Thanks for letting me know.

Got it to fix!