Interface: FileSet
Properties
filter?
optionalfilter?:string|string[]
The glob patterns. Defaults to "**/*"
from?
optionalfrom?:string
The source path relative to and defaults to:
- the app directory for
files, - the project directory for
extraResourcesandextraFiles. If you don't use two-package.json structure and don't set custom app directory, app directory equals to project directory.
to?
optionalto?:string
The destination path relative to and defaults to:
- the asar archive root for
files, - the app's content directory for
extraFiles, - the app's resource directory for
extraResources.