Skip to main content

Interface: AsarOptions

Properties

ordering?

optional ordering?: 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?

optional smartUnpack?: boolean

Whether to automatically unpack executables files.

Default

true