Interface: MetadataDirectories
Properties
app?
readonlyoptionalapp?:string|null
The application directory (containing the application package.json), defaults to app, www or working directory.
buildResources?
readonlyoptionalbuildResources?: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?
readonlyoptionaloutput?:string|null
The output directory. File macros are supported.
Default
dist