electron builder.Interface.PortableOptions
Electron-Builder / electron-builder / PortableOptions
Portable options.
Extends¶
Properties¶
requestExecutionLevel?¶
readonly
optional
requestExecutionLevel:"user"
|"highest"
|"admin"
The requested execution level for Windows.
Default¶
user
splashImage?¶
readonly
optional
splashImage:null
|string
The image to show while the portable executable is extracting. This image must be a bitmap (.bmp
) image.
unpackDirName?¶
readonly
optional
unpackDirName:string
|boolean
The unpack directory for the portable app resources.
If set to a string, it will be the name in TEMP directory
If set explicitly to false
, it will use the Windows temp directory ($PLUGINSDIR) that is unique to each launch of the portable application.
Defaults to uuid of build (changed on each build of portable executable).