Skip to main content

Interface: MetadataDirectories

Properties

app?

readonly optional app?: string | null

The application directory (containing the application package.json), defaults to app, www or working directory.


buildResources?

readonly optional buildResources?: string | null

The path to build resources.

Please note — build resources are not packed into the app. If you need to use some files, e.g. as tray icon, please include required files explicitly: "files": ["**/*", "build/icon.*"]

Default

build

output?

readonly optional output?: string | null

The output directory. File macros are supported.

Default

dist