Interface: AsarOptions
Properties
ordering?
optionalordering?:string|null
Path to a file containing the order in which files should be packed into the asar archive. Each line of the file is a relative path from the app directory. Files listed first are packed first, which can improve app startup time by front-loading frequently accessed modules. See the asar documentation for details.
smartUnpack?
optionalsmartUnpack?:boolean
Whether to automatically unpack executables files.
Default
true