velopack
Classes
Class | Description |
---|---|
UpdateManager | Provides functionality for checking for updates, downloading updates, and applying updates to the current application. |
VelopackApp | VelopackApp 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 alias | Description |
---|---|
UpdateInfo | Holds information about the current version and pending updates, such as how many there are, and access to release notes. |
UpdateOptions | Options to customise the behaviour of UpdateManager. |
VelopackLocatorConfig | VelopackLocator provides some utility functions for locating the current app important paths (eg. path to packages, update binary, and so forth). |
Functions
Function | Description |
---|---|
setVelopackLogger | Set a custom logger callback to receive log messages from Velopack. The default behavior is to log to console.log. |