Skip to main content

Type Alias: VelopackLocatorConfig

VelopackLocatorConfig = object

VelopackLocator provides some utility functions for locating the current app important paths (eg. path to packages, update binary, and so forth).

Properties

CurrentBinaryDir

CurrentBinaryDir: string

The directory containing the application's user binaries.


IsPortable

IsPortable: boolean

Whether the current application is portable or installed.


ManifestPath

ManifestPath: string

The current app manifest.


PackagesDir

PackagesDir: string

The path to the packages' directory.


RootAppDir

RootAppDir: string

The root directory of the current app.


UpdateExePath

UpdateExePath: string

The path to the Update.exe binary.