Skip to content

app builder lib.Interface.PkgBackgroundOptions

Electron-Builder / app-builder-lib / PkgBackgroundOptions

Options for the background image in a PKG installer

Properties

alignment?

optional alignment: null | BackgroundAlignment

Alignment of the background image. Options are: center, left, right, top, bottom, topleft, topright, bottomleft, bottomright

Default

center

file?

optional file: string

Path to the image to use as an installer background.


scaling?

optional scaling: null | BackgroundScaling

Scaling of the background image. Options are: tofit, none, proportional

Default

tofit