baseDir property

Directory baseDir
final

The base directory relative paths in the config are resolved against.

Used for installer_icon, license_file and by the builders for the app build / output directories. Defaults to the process's current directory, which is how the CLI resolves paths when run from the app directory. Injectable so tests can pin an app directory without mutating the process-global Directory.current.

Implementation

final Directory baseDir;