DBLSQD Electron SDK

UpdateWindow

class UpdateWindow()

Drop-in UI for auto-updates in Electron apps.

Arguments:
  • feed (Feed) –
  • opts (Object) –
  • opts.icon (string) – Path to an icon.
  • opts.showOn ("update"|"will-quit"|"manual") – When to show the UpdateWindow.
show()

Shows the UpdateWindow.

Arguments:
  • parent (BrowserWindow) – Set the parent of the UpdateWindow.
Returns:

BrowserWindow – - Returns the newly created BrowserWindow.

Index