javascriptupdateselectronsquirrel

Electron - Update window message


I am using Squirrel for updates in my app(Electron).

And I'm looking for nice way to display release notes. Something like this: enter image description here

Where can I found information about this? How can I make my message window looks like this?


Solution

  • I think the only ways to do that is :

    I know you can make custom dialog windows but less complex than this one with the dialog.showMessageBox() API (See more here)