Skip to main content

velopack

Classes

ClassDescription
UpdateManagerProvides functionality for checking for updates, downloading updates, and applying updates to the current application.
VelopackAppVelopackApp helps you to handle app activation events correctly. This should be used as early as possible in your application startup code. (eg. the beginning of main() or wherever your entry point is)

Type Aliases

Type aliasDescription
UpdateInfoHolds information about the current version and pending updates, such as how many there are, and access to release notes.
UpdateOptionsOptions to customise the behaviour of UpdateManager.
VelopackLocatorConfigVelopackLocator provides some utility functions for locating the current app important paths (eg. path to packages, update binary, and so forth).

Functions

FunctionDescription
setVelopackLoggerSet a custom logger callback to receive log messages from Velopack. The default behavior is to log to console.log.