electron builder.Interface.FileSet
Electron-Builder / electron-builder / FileSet
Properties¶
filter?¶
optional
filter:string
|string
[]
The glob patterns. Defaults to “*/“
from?¶
optional
from:string
The source path relative to and defaults to:
- the app directory for
files
, - the project directory for
extraResources
andextraFiles
. If you don’t use two-package.json structure and don’t set custom app directory, app directory equals to project directory.
to?¶
optional
to: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
.